MCPcopy Index your code
hub / github.com/RustPython/RustPython / write

Method write

Lib/test/test_httpservers.py:1256–1257  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

1254 self.datas = []
1255
1256 def write(self, data):
1257 self.datas.append(data)
1258
1259 def getData(self):
1260 return b''.join(self.datas)

Callers 7

do_LATINONEHEADERMethod · 0.45
do_GETMethod · 0.45
setUpMethod · 0.45
test_getMethod · 0.45
setUpMethod · 0.45
do_GETMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected