Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ write
Method
write
tests_python/test_bytecode_manipulation.py:58–61 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
56
self.write(
"\n"
)
57
58
def
write(self, s):
59
if
isinstance(s, bytes):
60
s = s.decode(
"utf-8"
)
61
self.stream.write(s)
62
63
def
call(self, c):
64
sys.settrace(self.tracer_printer)
Callers
1
writeln
Method · 0.95
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected