MCPcopy Index your code
hub / github.com/python/cpython / dbpickle.py

File dbpickle.py

Doc/includes/dbpickle.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Simple example presenting how persistent ID can be used to pickle
2# external objects by reference.
3
4import pickle

Callers

nothing calls this directly

Calls 2

namedtupleFunction · 0.90
mainFunction · 0.70

Tested by

no test coverage detected