Class ChunkIter
An iterable that will yield chunks of data. Given a file-like object as the constructor, yield chunks of read operations from that object.
Declaration
class ChunkIter
source linkDocumentation
Methods
▷ def __init__(self, flo, chunk_size=64 * 1024)