Searched refs:_dir_object (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ | ||
H A D | object.c | 1576 _dir_object(PyObject *obj) in _dir_object() function 1611 return (obj == NULL) ? _dir_locals() : _dir_object(obj); in PyObject_Dir() |
Completed in 3 milliseconds