Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_pickle.c1839 get_deep_attribute(PyObject *obj, PyObject *names, PyObject **pparent) in get_deep_attribute() function
1874 attr = get_deep_attribute(obj, dotted_path, NULL); in getattribute()
1899 PyObject *candidate = get_deep_attribute(module, dotted_path, NULL); in _checkmodule()
3654 cls = get_deep_attribute(module, dotted_path, &parent); in save_global()

Completed in 16 milliseconds