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

Class MyManager

Lib/test/_test_multiprocessing.py:3434–3435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3432 return self._callmethod('__next__')
3433
3434class MyManager(BaseManager):
3435 pass
3436
3437MyManager.register('Foo', callable=FooBar)
3438MyManager.register('Bar', callable=FooBar, exposed=('f', '_h'))

Callers 3

test_mymanagerMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_mymanagerMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…