Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_traceback.h70 PyAPI_FUNC(void) _Py_DumpASCII(int fd, PyObject *text);
/third_party/python/Python/
Dtraceback.c679 _Py_DumpASCII(int fd, PyObject *text) in _Py_DumpASCII() function
783 _Py_DumpASCII(fd, code->co_filename); in dump_frame()
801 _Py_DumpASCII(fd, code->co_name); in dump_frame()
Dpylifecycle.c2642 _Py_DumpASCII(fd, key); in _Py_DumpExtensionModules()
/third_party/python/Modules/
D_tracemalloc.c1485 _Py_DumpASCII(fd, frame->filename); in _PyMem_DumpFrame()