Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dfileobject.h27 PyAPI_FUNC(PyObject *) PyFile_OpenCodeObject(PyObject *path);
/external/python/cpython3/Objects/
Dfileobject.c547 PyFile_OpenCodeObject(PyObject *path) in PyFile_OpenCodeObject() function
581 f = PyFile_OpenCodeObject(pathobj); in PyFile_OpenCode()
/external/python/cpython3/Modules/_io/
D_iomodule.c523 return PyFile_OpenCodeObject(path); in _io_open_code_impl()