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

Method unregister

Lib/idlelib/rpc.py:164–168  ·  view source on GitHub ↗
(self, oid)

Source from the content-addressed store, hash-verified

162 self.objtable[oid] = object_
163
164 def unregister(self, oid):
165 try:
166 del self.objtable[oid]
167 except KeyError:
168 pass
169
170 def localcall(self, seq, request):
171 self.debug("localcall:", request)

Callers 7

_communicateMethod · 0.45
_remove_readerMethod · 0.45
_remove_writerMethod · 0.45
stop_the_debuggerMethod · 0.45
close_remote_debuggerFunction · 0.45
test_unregisterMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_unregisterMethod · 0.36