MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Doc/includes/dbpickle.py:28–30  ·  view source on GitHub ↗
(self, file, connection)

Source from the content-addressed store, hash-verified

26class DBUnpickler(pickle.Unpickler):
27
28 def __init__(self, file, connection):
29 super().__init__(file)
30 self.connection = connection
31
32 def persistent_load(self, pid):
33 # This method is invoked whenever a persistent ID is encountered.

Callers

nothing calls this directly

Calls 1

superClass · 0.85

Tested by

no test coverage detected