We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45a7148 + 3277c37 commit fdcf7d9Copy full SHA for fdcf7d9
edgar/_filings.py
@@ -1324,6 +1324,7 @@ def exhibits(self):
1324
# Return all the exhibits on the filing
1325
return self.homepage.attachments.exhibits
1326
1327
+ @lru_cache(maxsize=4)
1328
def html(self) -> Optional[str]:
1329
"""Returns the html contents of the primary document if it is html"""
1330
if self.document and not self.document.is_binary() and not self.document.empty:
0 commit comments