Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
def
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
run
Method · 0.70
pycompletionserver.py
File · 0.70
Calls
1
write
Method · 0.45
Tested by
no test coverage detected