MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

Lib/multiprocessing/reduction.py:38–41  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

36 _copyreg_dispatch_table = copyreg.dispatch_table
37
38 def __init__(self, *args):
39 super().__init__(*args)
40 self.dispatch_table = self._copyreg_dispatch_table.copy()
41 self.dispatch_table.update(self._extra_reducers)
42
43 @classmethod
44 def register(cls, type, reduce):

Callers

nothing calls this directly

Calls 4

superClass · 0.85
__init__Method · 0.45
copyMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected