load method

load(self, input)

Loads the document from a stream.


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

See Also