Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dfileobject.h18 PyAPI_FUNC(PyObject *) PyFile_OpenCode(const char *utf8path);
/external/python/cpython3/Objects/
Dfileobject.c574 PyFile_OpenCode(const char *utf8path) in PyFile_OpenCode() function
/external/python/cpython3/Programs/
D_testembed.c1083 PyObject *r = PyFile_OpenCode("$$test-filename"); in test_open_code_hook()