is_valid method

is_valid()

Checks whether this inlince XBRL document is valid.

Returns

If valid, return true, otherwise false.

def is_valid(self):
    ...

See Also