Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyObject_Dir

1678 /* ------------------------- PyObject_Dir() helpers ------------------------- */
1680 /* Helper for PyObject_Dir.
1739 /* Helper for PyObject_Dir.
1786 /* Helper for PyObject_Dir without arguments: returns the local scope. */
1812 /* Helper for PyObject_Dir of type objects: returns __dict__ and __bases__.
1829 /* Helper for PyObject_Dir of module objects: returns the module's __dict__. */
1852 /* Helper for PyObject_Dir of generic objects: returns __dict__, __class__,
1908 /* Helper for PyObject_Dir: object introspection.
1968 PyObject_Dir(PyObject *obj)