MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / write

Method write

pydevconsole.py:493–500  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

491 InteractiveInterpreter.__init__(self, locals)
492
493 def write(self, data):
494 # if (data.find("global_vars") == -1 and data.find("pydevd") == -1):
495 if self.skip > 0:
496 self.skip -= 1
497 else:
498 if data == "Traceback (most recent call last):\n":
499 self.skip = 1
500 sys.stderr.write(data)
501
502 def showsyntaxerror(self, filename=None):
503 """Display the syntax error that just occurred."""

Callers 15

start_console_serverFunction · 0.45
get_interpreterFunction · 0.45
showsyntaxerrorMethod · 0.45
showtracebackMethod · 0.45
runMethod · 0.45
usageFunction · 0.45
apply_debugger_optionsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
runMethod · 0.45
executeFunction · 0.45
build_extensionFunction · 0.45

Calls

no outgoing calls

Tested by 3

runMethod · 0.36
factoryFunction · 0.36