InlineXbrlDocument constructor

InlineXbrlDocument(file_name)

Initializes a new instance of InlineXbrlDocument class and open a file.

def __init__(self, file_name):
    ...
ParameterTypeDescription
file_namestrThe file name.

InlineXbrlDocument(file_name, options)

def __init__(self, file_name, options):
    ...
ParameterTypeDescription
file_namestr
optionsLoadOptions

See Also