Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobject.c1472 _dir_object(PyObject *obj) in _dir_object() function
1507 return (obj == NULL) ? _dir_locals() : _dir_object(obj); in PyObject_Dir()
/external/python/cpython2/Objects/
Dobject.c1917 _dir_object(PyObject *obj) in _dir_object() function
1982 result = _dir_object(obj); in PyObject_Dir()