MCPcopy
hub / github.com/benoitc/gunicorn / send

Method send

tests/t.py:61–63  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

59 return v
60
61 def send(self, data):
62 self.tmp.write(data)
63 self.tmp.flush()
64
65 def seek(self, offset, whence=0):
66 self.tmp.seek(offset, whence)

Callers 15

test_basic_connectionMethod · 0.45
test_echo_textMethod · 0.45
test_echo_unicodeMethod · 0.45
test_rapid_messagesMethod · 0.45
test_echo_binaryMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by 15

test_basic_connectionMethod · 0.36
test_echo_textMethod · 0.36
test_echo_unicodeMethod · 0.36
test_rapid_messagesMethod · 0.36
test_echo_binaryMethod · 0.36