Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileobject.h15 PyAPI_FUNC(PyObject *) PyFile_OpenCode(const char *utf8path);
/third_party/python/Objects/
Dfileobject.c525 PyFile_OpenCode(const char *utf8path) in PyFile_OpenCode() function
/third_party/python/Programs/
D_testembed.c1183 PyObject *r = PyFile_OpenCode("$$test-filename"); in test_open_code_hook()