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

Function unicode_encode_call_errorhandler

Objects/unicodeobject.c:3545–3592  ·  view source on GitHub ↗

error handling callback helper: build arguments, call the callback and check the arguments, put the result into newpos and return the replacement string, which has to be freed by the caller */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

unicode_encode_ucs1Function · 0.85
charmap_encoding_errorFunction · 0.85
PyUnicode_EncodeDecimalFunction · 0.85

Calls 6

PyCodec_LookupErrorFunction · 0.85
make_encode_exceptionFunction · 0.85
PyErr_SetStringFunction · 0.85
PyArg_ParseTupleFunction · 0.85
PyErr_FormatFunction · 0.85

Tested by

no test coverage detected