Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
34
class
MyManager(BaseManager):
35
pass
36
37
# register the Foo class; make `f()` and `g()` accessible via proxy
38
MyManager.register(
'Foo1'
, Foo)
Callers
1
test
Function · 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…