Class LimitedStream
Wrap another stream to disallow reading it past a number of bytes.
Declaration
class LimitedStream
source linkDocumentation
Methods
▷ def __init__(self, stream, limit, buf_size=64 * 1024 * 1024) ▷ def read(self, size=None)
Reexports