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

Method call

tools/python-3.11.9-amd64/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.80
tix_addbitmapdirMethod · 0.80
tix_cgetMethod · 0.80

Calls 1

remotecallMethod · 0.80

Tested by 15

scalingMethod · 0.64
test_configure_bitmapMethod · 0.64
setUpModuleFunction · 0.64
test_grid_anchorMethod · 0.64
test_afterMethod · 0.64
test_after_idleMethod · 0.64
test_after_cancelMethod · 0.64
_info_commandsFunction · 0.64
info_existsMethod · 0.64
test_setdelegateMethod · 0.64
test_notify_rangeMethod · 0.64