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

Method do_add_exec

pydevconsole.py:94–97  ·  view source on GitHub ↗
(self, codeFragment)

Source from the content-addressed store, hash-verified

92 self._input_error_printed = False
93
94 def do_add_exec(self, codeFragment):
95 command = Command(self.interpreter, codeFragment)
96 command.run()
97 return command.more
98
99 def get_namespace(self):
100 return self.namespace

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
CommandClass · 0.85

Tested by

no test coverage detected