From a5dfcd0d8cb35b4423f390b0630eea9ec8c43287 Mon Sep 17 00:00:00 2001 From: hab <_@habnab.it> Date: Fri, 16 Aug 2019 17:49:39 +0100 Subject: [PATCH] Add another docstring. --- src/allmydata/web/introweb.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/allmydata/web/introweb.py b/src/allmydata/web/introweb.py index 81371c991..f57a5232a 100644 --- a/src/allmydata/web/introweb.py +++ b/src/allmydata/web/introweb.py @@ -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"))