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

Method add_exec

tests/test_pydev_ipython_011.py:45–47  ·  view source on GitHub ↗
(self, code, expected_more=False)

Source from the content-addressed store, hash-verified

43 pass
44
45 def add_exec(self, code, expected_more=False):
46 more = self.front_end.add_exec(code)
47 eq_(expected_more, more)
48
49 def redirect_stdout(self):
50 from IPython.utils import io

Callers 15

process_exec_queueFunction · 0.45
exec_codeFunction · 0.45
test_console_asyncMethod · 0.45
test_console_requestsMethod · 0.45
testAddExec_1Method · 0.45
testAddExec_2Method · 0.45
testAddExec_3Method · 0.45
test_get_namespaceMethod · 0.45
testGetCompletions_1Method · 0.45
testGetCompletions_2Method · 0.45
test_printMethod · 0.45

Calls 1

eq_Function · 0.85

Tested by

no test coverage detected