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

Method write

tests_python/test_collect_bytecode_info.py:132–135  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

130 self.write('\n')
131
132 def write(self, s):
133 if isinstance(s, bytes):
134 s = s.decode('utf-8')
135 self.stream.write(s)
136
137 def call(self, c):
138 sys.settrace(self.tracer_printer)

Callers 15

writelnMethod · 0.95
interpreterMethod · 0.45
test_editMethod · 0.45
dbgFunction · 0.45
pMethod · 0.45
read_msgMethod · 0.45
dbgFunction · 0.45
make_modMethod · 0.45
collect_varsFunction · 0.45
test_redirect_outputFunction · 0.45

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected