load method

On this page

load

Loads the document from a stream.

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

See Also

On this page