Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dtraceback.h94 PyAPI_FUNC(void) _Py_DumpASCII(int fd, PyObject *text);
/external/python/cpython3/Python/
Dtraceback.c670 _Py_DumpASCII(int fd, PyObject *text) in _Py_DumpASCII() function
755 _Py_DumpASCII(fd, code->co_filename); in dump_frame()
774 _Py_DumpASCII(fd, code->co_name); in dump_frame()
/external/python/cpython3/Modules/
D_tracemalloc.c1479 _Py_DumpASCII(fd, frame->filename); in _PyMem_DumpFrame()