Ejemplo n.º 1
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
Ejemplo n.º 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