Home
last modified time | relevance | path

Searched refs:PyFile_OpenCodeObject (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dfileobject.h15 PyAPI_FUNC(PyObject *) PyFile_OpenCodeObject(PyObject *path);
/third_party/python/Objects/
Dfileobject.c536 PyFile_OpenCodeObject(PyObject *path) in PyFile_OpenCodeObject() function
569 f = PyFile_OpenCodeObject(pathobj); in PyFile_OpenCode()
/third_party/python/Modules/_io/
D_iomodule.c564 return PyFile_OpenCodeObject(path); in _io_open_code_impl()
/third_party/python/Tools/c-analyzer/
DTODO369 Objects/fileobject.c:PyFile_OpenCodeObject():PyId_open _Py_IDENTIFIER(open)