arelle.utils.EntryPointDetection

See COPYRIGHT.md for copyright information.

Module Contents

Classes

Functions

Data

_

API

arelle.utils.EntryPointDetection._: arelle.typing.TypeGetText

None

class arelle.utils.EntryPointDetection.EntrypointParseResult
success: bool

None

entrypointFiles: list[dict[str, Any]]

None

filesource: arelle.FileSource.FileSource | None

None

arelle.utils.EntryPointDetection.parseEntrypointFileInput(cntlr: arelle.Cntlr.Cntlr, entrypointFile: str | None, sourceZipStream: BinaryIO | arelle.FileSource.FileNamedBytesIO | None = None, fallbackSelect: bool = True) arelle.utils.EntryPointDetection.EntrypointParseResult
arelle.utils.EntryPointDetection.filesourceEntrypointFiles(filesource: arelle.FileSource.FileSource, entrypointFiles: list[dict[str, Any]] | None = None, inlineOnly: bool = False, fallbackSelect: bool = True) list[dict[str, str]]