MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _dir_object

Function _dir_object

Objects/object.c:1911–1961  ·  view source on GitHub ↗

Helper for PyObject_Dir: object introspection. This calls one of the above specialized versions if no __dir__ method exists. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

PyObject_DirFunction · 0.85

Calls 10

PyObject_GetAttrStringFunction · 0.85
PyErr_ExceptionMatchesFunction · 0.85
PyErr_ClearFunction · 0.85
_PyObject_LookupSpecialFunction · 0.85
_specialized_dir_moduleFunction · 0.85
_specialized_dir_typeFunction · 0.85
_generic_dirFunction · 0.85
PyErr_FormatFunction · 0.85
PyErr_OccurredFunction · 0.50

Tested by

no test coverage detected