MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / execute_line

Method execute_line

tests_python/test_console.py:60–62  ·  view source on GitHub ↗
(self, command, more=False)

Source from the content-addressed store, hash-verified

58 pass # no-op (may be called on timeout).
59
60 def execute_line(self, command, more=False):
61 runner.proxy.execLine(command)
62 assert server_queue.get(timeout=5.0) == ("notify_finished", more)
63
64 def hello(self):
65 def _hello():

Callers 2

test_console_simpleFunction · 0.80

Calls 2

execLineMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected