Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
def
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_it
Method · 0.70
test_completion_sockets_and_messages
Method · 0.70
read_msg
Method · 0.70
Calls
1
write
Method · 0.45
Tested by
no test coverage detected