MCPcopy 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__.pyFile · 0.45
_add_readerMethod · 0.45
_add_writerMethod · 0.45
__init__.pyFile · 0.45
types.pyFile · 0.45
__init__.pyFile · 0.45
dbapi2.pyFile · 0.45
__init__.pyFile · 0.45
_wait_for_ready_signalFunction · 0.45
start_subprocessMethod · 0.45
handleMethod · 0.45
init_validatorsMethod · 0.45

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.36