Searched refs:_dir_object (Results 1 – 1 of 1) sorted by relevance
1472 _dir_object(PyObject *obj) in _dir_object() function1507 return (obj == NULL) ? _dir_locals() : _dir_object(obj); in PyObject_Dir()