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

Function write_str

Modules/_io/stringio.c:108–183  ·  view source on GitHub ↗

Internal routine for writing a whole PyUnicode object to the buffer of a StringIO object. Returns 0 on success, or -1 on error. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

stringio_writeFunction · 0.85
stringio_initFunction · 0.85

Calls 4

PyUnicode_ReplaceFunction · 0.85
PyErr_SetStringFunction · 0.85
resize_bufferFunction · 0.70

Tested by

no test coverage detected