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

Method call

Lib/idlelib/debugger_r.py:299–303  ·  view source on GitHub ↗
(self, methodname, /, *args, **kwargs)

Source from the content-addressed store, hash-verified

297 self.shell = shell
298
299 def call(self, methodname, /, *args, **kwargs):
300 ##print("*** IdbProxy.call %s %s %s" % (methodname, args, kwargs))
301 value = self.conn.remotecall(self.oid, methodname, args, kwargs)
302 ##print("*** IdbProxy.call %s returns %r" % (methodname, value))
303 return value
304
305 def run(self, cmd, locals):
306 # Ignores locals on purpose!

Callers 15

get_stackMethod · 0.95
set_continueMethod · 0.95
set_stepMethod · 0.95
set_nextMethod · 0.95
set_returnMethod · 0.95
set_quitMethod · 0.95
set_breakMethod · 0.95
clear_breakMethod · 0.95
clear_all_file_breaksMethod · 0.95
__init__Method · 0.45
QFunction · 0.45
rnFunction · 0.45

Calls 1

remotecallMethod · 0.80

Tested by 15

test_setdelegateMethod · 0.36
test_notify_rangeMethod · 0.36
test_recolorizeMethod · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36
test_command_dispatchMethod · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36