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

Function charmapencode_output

Objects/unicodeobject.c:4550–4604  ·  view source on GitHub ↗

lookup the character, put the result in the output string and adjust various state variables. Reallocate the output string if not enough space is available. Return a new reference to the object that was put in the output buffer, or Py_None, if the mapping was undefined (in which case no character was written) or NULL, if a reallocation error occurred. The caller must decref the resu

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

charmap_encoding_errorFunction · 0.85
PyUnicode_EncodeCharmapFunction · 0.85

Calls 3

encoding_map_lookupFunction · 0.85
charmapencode_resizeFunction · 0.85
charmapencode_lookupFunction · 0.85

Tested by

no test coverage detected