load method

load

Loads the document from a stream.

def load(self, input):
    ...
Parameter Type Description
input io.RawIOBase Stream to read from

See Also