Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileobject.h41 PyAPI_DATA(PyTypeObject) PyStdPrinter_Type;
/external/python/cpython3/Objects/
Dfileobject.c346 &PyStdPrinter_Type); in PyFile_NewStdPrinter()
469 PyTypeObject PyStdPrinter_Type = { variable
Dobject.c1849 if (PyType_Ready(&PyStdPrinter_Type) < 0) in _Py_ReadyTypes()