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

Class MyManager

Doc/includes/mp_newtype.py:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32##
33
34class MyManager(BaseManager):
35 pass
36
37# register the Foo class; make `f()` and `g()` accessible via proxy
38MyManager.register('Foo1', Foo)

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…