Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ write
Method
write
tornado/test/runtests.py:118–120 · tornado/test/runtests.py::CountingStderr.write
(self, data)
Source
from the content-addressed store, hash-verified
116
self.byte_count = 0
117
118
def
write(self, data):
119
self.byte_count += len(data)
120
return
self.real.write(data)
121
122
def
flush(self):
123
return
self.real.flush()
Callers
15
get
Method · 0.45
get
Method · 0.45
get
Method · 0.45
write_files
Method · 0.45
do_test_connect
Method · 0.45
run
Method · 0.45
post
Method · 0.45
get
Method · 0.45
get
Method · 0.45
get
Method · 0.45
get
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected