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

Function dbg

tests/test_jyserver.py:16–18  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

14
15
16def dbg(s):
17 if DEBUG:
18 sys.stdout.write("TEST %s\n" % s)
19
20
21@pytest.mark.skipif(not IS_JYTHON, reason="Jython related test")

Callers 3

test_itMethod · 0.70
read_msgMethod · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected