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