MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / file_PyObject_Print

Function file_PyObject_Print

Objects/fileobject.c:105–113  ·  view source on GitHub ↗

This is a safe wrapper around PyObject_Print to print to the FILE of a PyFileObject. PyObject_Print releases the GIL but knows nothing about PyFileObject. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

PyFile_WriteObjectFunction · 0.85

Calls 3

PyFile_IncUseCountFunction · 0.85
PyObject_PrintFunction · 0.85
PyFile_DecUseCountFunction · 0.85

Tested by

no test coverage detected