perform_binary_check method

perform_binary_check

Checks if the given stream contains a document supported by this format instance.

def perform_binary_check(self, input):
    ...
Parameter Type Description
input io.RawIOBase Document content stream.

Returns: bool: True if the document can be loaded by this format instance, False otherwise.

See Also