Home
last modified time | relevance | path

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

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