Home
last modified time | relevance | path

Searched refs:PyFile_Name (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dfileobject.h49 PyAPI_FUNC(PyObject *) PyFile_Name(PyObject *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def175 PyFile_Name
/external/python/cpython2/Doc/c-api/
Dfile.rst124 .. c:function:: PyObject* PyFile_Name(PyObject *p)
/external/python/cpython2/PC/os2emx/
Dpython27.def307 "PyFile_Name"
/external/python/cpython2/Doc/data/
Drefcounts.dat403 PyFile_Name:PyObject*::0:
404 PyFile_Name:PyObject*:p:0:
/external/python/cpython2/Objects/
Dfileobject.c94 PyFile_Name(PyObject *f) in PyFile_Name() function
/external/python/cpython2/Python/
Dceval.c5054 char *name = PyString_AsString(PyFile_Name(prog)); in exec_statement()