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

Class ProcessLocalSet

Lib/multiprocessing/managers.py:745–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…