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

Function save_tuple

Modules/cPickle.c:1508–1613  ·  view source on GitHub ↗

Tuples are ubiquitous in the pickle protocols, so many techniques are * used across protocols to minimize the space needed to pickle them. * Tuples are also the only builtin immutable type that can be recursive * (a tuple can be reached from itself), and that requires some subtle * magic so that it works in all cases. IOW, this is a long routine. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

saveFunction · 0.85

Calls 6

PyTuple_SizeFunction · 0.85
PyLong_FromVoidPtrFunction · 0.85
store_tuple_elementsFunction · 0.85
PyDict_GetItemFunction · 0.85
putFunction · 0.85
getFunction · 0.70

Tested by

no test coverage detected