Home
last modified time | relevance | path

Searched refs:PyObject_Dir (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Python/
H A Dsuggestions.c188 PyObject *dir = PyObject_Dir(obj); in offer_suggestions_for_attribute_error()
H A Dbltinmodule.c851 return PyObject_Dir(arg); in builtin_dir()
/third_party/python/Include/
H A Dobject.h308 /* PyObject_Dir(obj) acts like Python builtins.dir(obj), returning a
309 list of strings. PyObject_Dir(NULL) is like builtins.dir(),
313 PyAPI_FUNC(PyObject *) PyObject_Dir(PyObject *);
/third_party/python/PC/
H A Dpython3dll.c447 EXPORT_FUNC(PyObject_Dir)
/third_party/python/Objects/
H A Dgenericaliasobject.c710 PyObject *dir = PyObject_Dir(alias->origin); in ga_dir()
H A Dobject.c1545 /* Helper for PyObject_Dir without arguments: returns the local scope. */
1574 /* Helper for PyObject_Dir: object introspection. */
1609 PyObject_Dir(PyObject *obj) in PyObject_Dir() function

Completed in 10 milliseconds