Searched refs:get_deep_attribute (Results 1 – 1 of 1) sorted by relevance
1834 get_deep_attribute(PyObject *obj, PyObject *names, PyObject **pparent) in get_deep_attribute() function1869 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()