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

Method remotecall

Lib/idlelib/rpc.py:216–219  ·  view source on GitHub ↗
(self, oid, methodname, args, kwargs)

Source from the content-addressed store, hash-verified

214 return ("EXCEPTION", None)
215
216 def remotecall(self, oid, methodname, args, kwargs):
217 self.debug("remotecall:asynccall: ", oid, methodname)
218 seq = self.asynccall(oid, methodname, args, kwargs)
219 return self.asyncreturn(seq)
220
221 def remotequeue(self, oid, methodname, args, kwargs):
222 self.debug("remotequeue:asyncqueue: ", oid, methodname)

Callers 15

__request_interruptMethod · 0.80
cleanup_tracebackFunction · 0.80
__getattr__Method · 0.80
__getattributesMethod · 0.80
__getmethodsMethod · 0.80
__call__Method · 0.80
fetch_tipMethod · 0.80
_GetSubListMethod · 0.80
interactionMethod · 0.80
__getattr__Method · 0.80
_get_f_codeMethod · 0.80
_get_f_globalsMethod · 0.80

Calls 3

debugMethod · 0.95
asynccallMethod · 0.95
asyncreturnMethod · 0.95

Tested by

no test coverage detected