Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c1834 get_deep_attribute(PyObject *obj, PyObject *names, PyObject **pparent) in get_deep_attribute() function
1869 attr = get_deep_attribute(obj, dotted_path, NULL); in getattribute()
1894 PyObject *candidate = get_deep_attribute(module, dotted_path, NULL); in _checkmodule()
3636 cls = get_deep_attribute(module, dotted_path, &parent); in save_global()