MCPcopy 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_LATINONEHEADERMethod · 0.45
do_GETMethod · 0.45
setUpMethod · 0.45
test_getMethod · 0.45
do_GETMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected