Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ writeln
Method
writeln
tests_python/test_bytecode_manipulation.py:54–56 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
52
return
self.tracer_printer
53
54
def
writeln(self, s):
55
self.write(s)
56
self.write(
"\n"
)
57
58
def
write(self, s):
59
if
isinstance(s, bytes):
Callers
1
tracer_printer
Method · 0.95
Calls
1
write
Method · 0.95
Tested by
no test coverage detected