Home
last modified time | relevance | path

Searched refs:dotted_path (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_pickle.c1814 PyObject *dotted_path; in get_dotted_path() local
1817 dotted_path = PyUnicode_Split(name, &_Py_STR(dot), -1); in get_dotted_path()
1818 if (dotted_path == NULL) in get_dotted_path()
1820 n = PyList_GET_SIZE(dotted_path); in get_dotted_path()
1823 PyObject *subpath = PyList_GET_ITEM(dotted_path, i); in get_dotted_path()
1831 Py_DECREF(dotted_path); in get_dotted_path()
1835 return dotted_path; in get_dotted_path()
1868 PyObject *dotted_path, *attr; in getattribute() local
1871 dotted_path = get_dotted_path(obj, name); in getattribute()
1872 if (dotted_path in getattribute()
1888 _checkmodule(PyObject *module_name, PyObject *module, PyObject *global, PyObject *dotted_path) _checkmodule() argument
1912 whichmodule(PyObject *global, PyObject *dotted_path) whichmodule() argument
3608 PyObject *dotted_path = NULL; save_global() local
[all...]

Completed in 6 milliseconds