Searched defs:dotted_path (Results 1 – 5 of 5) sorted by relevance
1814 PyObject *dotted_path; in get_dotted_path() local1868 PyObject *dotted_path, *attr; in getattribute() local1889 PyObject *global, PyObject *dotted_path) in _checkmodule()1912 whichmodule(PyObject *global, PyObject *dotted_path) in whichmodule()3608 PyObject *dotted_path = NULL; in save_global() local
667 def resolve(module_name, dotted_path): argument