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

Method __init__

Lib/test/_test_multiprocessing.py:920–922  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

918class _UpperCaser(multiprocessing.Process):
919
920 def __init__(self):
921 multiprocessing.Process.__init__(self)
922 self.child_conn, self.parent_conn = multiprocessing.Pipe()
923
924 def run(self):
925 self.parent_conn.close()

Callers

nothing calls this directly

Calls 2

PipeMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected