Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ write
Method
write
Lib/test/test_httpservers.py:896–897 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
894
self.datas = []
895
896
def
write(self, data):
897
self.datas.append(data)
898
899
def
getData(self):
900
return
b
''
.join(self.datas)
Callers
8
do_LATINONEHEADER
Method · 0.45
do_GET
Method · 0.45
setUp
Method · 0.45
check_list_dir_filename
Method · 0.45
test_get
Method · 0.45
do_GET
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected