コード例 #1
0
ファイル: iostream_test.py プロジェクト: bdarnell/tornado
 def make_streambuffer(self, large_buf_threshold=10):
     buf = _StreamBuffer()
     assert buf._large_buf_threshold
     buf._large_buf_threshold = large_buf_threshold
     return buf
コード例 #2
0
 def make_streambuffer(self, large_buf_threshold=10):
     buf = _StreamBuffer()
     assert buf._large_buf_threshold
     buf._large_buf_threshold = large_buf_threshold
     return buf