mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
Add another docstring.
This commit is contained in:
parent
e670bb5d3b
commit
a5dfcd0d8c
@ -72,6 +72,14 @@ class IntroducerRoot(MultiFormatResource):
|
||||
|
||||
|
||||
class IntroducerRootElement(Element):
|
||||
"""
|
||||
An ``Element`` HTML template which can be flattened to describe this
|
||||
introducer node.
|
||||
|
||||
:param _IntroducerNode introducer_node: The introducer node to describe.
|
||||
:param IntroducerService introducer_service: The introducer service created
|
||||
by the node.
|
||||
"""
|
||||
|
||||
loader = XMLFile(FilePath(__file__).sibling("introducer.xhtml"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user