MCPcopy Create free account
hub / github.com/RustPython/RustPython / ProcessLocalSet

Class ProcessLocalSet

Lib/multiprocessing/managers.py:744–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742#
743
744class ProcessLocalSet(set):
745 def __init__(self):
746 util.register_after_fork(self, lambda obj: obj.clear())
747 def __reduce__(self):
748 return type(self), ()
749
750#
751# Definition of BaseProxy

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected