Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyObject_Dir

1671 /* ------------------------- PyObject_Dir() helpers ------------------------- */

1673 /* Helper for PyObject_Dir.
1732 /* Helper for PyObject_Dir.
1779 /* Helper for PyObject_Dir without arguments: returns the local scope. */
1805 /* Helper for PyObject_Dir of type objects: returns __dict__ and __bases__.
1822 /* Helper for PyObject_Dir of module objects: returns the module's __dict__. */
1845 /* Helper for PyObject_Dir of generic objects: returns __dict__, __class__,
1901 /* Helper for PyObject_Dir: object introspection.
1961 PyObject_Dir(PyObject *obj)