Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ register
Method
register
Lib/idlelib/rpc.py:161–162 ·
view source on GitHub ↗
(self, oid, object_)
Source
from the content-addressed store, hash-verified
159
print(s, file=sys.__stderr__)
160
161
def
register(self, oid, object_):
162
self.objtable[oid] = object_
163
164
def
unregister(self, oid):
165
try
:
Callers
15
__init__.py
File · 0.45
_add_reader
Method · 0.45
_add_writer
Method · 0.45
__init__.py
File · 0.45
types.py
File · 0.45
__init__.py
File · 0.45
dbapi2.py
File · 0.45
__init__.py
File · 0.45
_wait_for_ready_signal
Function · 0.45
start_subprocess
Method · 0.45
handle
Method · 0.45
init_validators
Method · 0.45
Calls
no outgoing calls
Tested by
1
setUp
Method · 0.36