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

Function validate_and_copy_tuple

Objects/codeobject.c:181–220  ·  view source on GitHub ↗

Helper for code_new: return a shallow copy of a tuple that is guaranteed to contain exact strings, by converting string subclasses to exact strings and complaining if a non-string is found. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

code_newFunction · 0.85

Calls 3

PyTuple_NewFunction · 0.85
PyErr_FormatFunction · 0.85

Tested by

no test coverage detected