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

Function dbg

pycompletionserver.py:57–59  ·  view source on GitHub ↗
(s, prior)

Source from the content-addressed store, hash-verified

55
56
57def dbg(s, prior):
58 if prior & DEBUG != 0:
59 sys.stdout.write("%s\n" % (s,))
60
61
62# f = open('c:/temp/test.txt', 'a')

Callers 2

runMethod · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected