Skip to content
Snippets Groups Projects
Commit 13dff092 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Comment the HTMLPrintContext class.

parent 1ed02bc5
No related branches found
No related tags found
No related merge requests found
......@@ -386,6 +386,10 @@ class HTMLPrintContext(
"target single_page jquery_url css_url our_css_url icon_url used_anchors",
)
):
"""
Hold states scoped to a single run of the HTMl generation.
"""
@property
def directory(self):
return None if self.single_page else self.target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment