Path
- class reportree.Path(path: str, entry: str | None = None, title: str | None = None)
Bases:
IRTree
(Lazily) load report from a given path. The report is copied to the destination folder only on save. Support for Writer (to allow other file systems such as AWS or GCP) is not implemented yet.
- save(path: str, writer=None, entry: str = 'index.htm')