DownloadItem¶
- class xbrl_filings_api.DownloadItem¶
Bases:
objectDataclass defining download item for download functions.
Attributes override download function parameters values for downloads of this file (JSON, XHTML, or package).
Methods
__repr__()Return repr(self).
__str__()Return str(self).
Attributes
Name to be used for the saved file.
Pattern to add to the filename stems.
Directory to save the file.
- filename: str | None = None¶
Name to be used for the saved file.
Can only be set for
Filingobject download methods.
- __hash__ = None¶
- __repr__()¶
Return repr(self).