Orbits
1
|
Public Member Functions | |
def | __init__ |
def | tell |
def | seek |
def | read |
Public Attributes | |
stream | |
buffer | |
position | |
Private Member Functions | |
def | _bufferedBytes |
def | _readStream |
def | _readFromBuffer |
Buffering for streams that do not have buffering of their own The buffer is implemented as a list of chunks on the assumption that joining many strings will be slow since it is O(n**2)
def pip._vendor.html5lib.inputstream.BufferedStream.__init__ | ( | self, | |
stream | |||
) |
|
private |
|
private |
|
private |
def pip._vendor.html5lib.inputstream.BufferedStream.read | ( | self, | |
bytes | |||
) |
def pip._vendor.html5lib.inputstream.BufferedStream.seek | ( | self, | |
pos | |||
) |
def pip._vendor.html5lib.inputstream.BufferedStream.tell | ( | self | ) |
pip._vendor.html5lib.inputstream.BufferedStream.buffer |
pip._vendor.html5lib.inputstream.BufferedStream.position |
pip._vendor.html5lib.inputstream.BufferedStream.stream |
Copyright 2014 Google Inc. All rights reserved.