Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileobject.h37 PyAPI_DATA(PyTypeObject) PyStdPrinter_Type;
/external/python/cpython3/Objects/
Dfileobject.c358 &PyStdPrinter_Type); in PyFile_NewStdPrinter()
484 PyTypeObject PyStdPrinter_Type = { variable
Dobject.c1664 if (PyType_Ready(&PyStdPrinter_Type) < 0) in _Py_ReadyTypes()