Searched refs:_Py_DumpASCII (Results 1 – 3 of 3) sorted by relevance
94 PyAPI_FUNC(void) _Py_DumpASCII(int fd, PyObject *text);
670 _Py_DumpASCII(int fd, PyObject *text) in _Py_DumpASCII() function755 _Py_DumpASCII(fd, code->co_filename); in dump_frame()774 _Py_DumpASCII(fd, code->co_name); in dump_frame()
1479 _Py_DumpASCII(fd, frame->filename); in _PyMem_DumpFrame()