arelle.LocalViewer

See COPYRIGHT.md for copyright information.

Provides infrastructure for local viewers of GUI applications such as inline XBRL viewers

Module Contents

Classes

Data

_

API

arelle.LocalViewer._: arelle.typing.TypeGetText

None

class arelle.LocalViewer.LocalViewer(title: str, staticReportsRoot: str)

Initialization

noCacheHeaders: dict[str, str]

None

init(cntlr: arelle.Cntlr.Cntlr, reportsFolder: str) str | None
get(file: str | None = None, relpath: str | None = None) bottle.HTTPResponse | None
abstractmethod getLocalFile(file: str | None, relpath: str | None, request: bottle.LocalRequest) bottle.HTTPResponse