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.c569 _Py_DumpASCII(int fd, PyObject *text) in _Py_DumpASCII() function
654 _Py_DumpASCII(fd, code->co_filename); in dump_frame()
673 _Py_DumpASCII(fd, code->co_name); in dump_frame()
/external/python/cpython3/Modules/
D_tracemalloc.c1478 _Py_DumpASCII(fd, frame->filename); in _PyMem_DumpFrame()