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

Method run

pydevconsole.py:55–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 symbol_for_fragment = staticmethod(symbol_for_fragment)
54
55 def run(self):
56 text = self.code_fragment.text
57 symbol = self.symbol_for_fragment(self.code_fragment)
58
59 self.more = self.interpreter.runsource(text, "<input>", symbol)
60
61
62try:

Callers 1

do_add_execMethod · 0.95

Calls 2

symbol_for_fragmentMethod · 0.95
runsourceMethod · 0.80

Tested by

no test coverage detected