Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobject.c1472 _dir_object(PyObject *obj) in _dir_object() function
1507 return (obj == NULL) ? _dir_locals() : _dir_object(obj); in PyObject_Dir()