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

Function _generic_dir

Objects/object.c:1855–1906  ·  view source on GitHub ↗

Helper for PyObject_Dir of generic objects: returns __dict__, __class__, and recursively up the __class__.__bases__ chain. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_dir_objectFunction · 0.85

Calls 7

PyObject_GetAttrStringFunction · 0.85
PyErr_ClearFunction · 0.85
PyDict_NewFunction · 0.85
PyDict_CopyFunction · 0.85
merge_list_attrFunction · 0.85
merge_class_dictFunction · 0.85
PyDict_KeysFunction · 0.85

Tested by

no test coverage detected