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

Method additional_output_checks

tests_python/test_console.py:53–54  ·  view source on GitHub ↗
(self, stdout, stderr)

Source from the content-addressed store, hash-verified

51
52 @overrides(AbstractWriterThread.additional_output_checks)
53 def additional_output_checks(self, stdout, stderr):
54 print("output found: %s - %s" % (stdout, stderr))
55
56 @overrides(AbstractWriterThread.write_dump_threads)
57 def write_dump_threads(self):

Callers 1

check_consoleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected