MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / register

Method register

tools/python-3.11.9-amd64/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

headingMethod · 0.45
test_validationMethod · 0.45
test_revalidationMethod · 0.45
__init__.pyFile · 0.45
_add_readerMethod · 0.45
_add_writerMethod · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45
start_subprocessMethod · 0.45
handleMethod · 0.45
init_validatorsMethod · 0.45
init_validatorsMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_validationMethod · 0.36
test_revalidationMethod · 0.36
setUpMethod · 0.36