(self, event_name, section, **kwargs)
| 199 | self._doc_string = doc_string |
| 200 | |
| 201 | def append_documentation(self, event_name, section, **kwargs): |
| 202 | if self._parameter_name in section.available_sections: |
| 203 | section = section.get_section(self._parameter_name) |
| 204 | description_section = section.get_section('param-documentation') |
| 205 | description_section.writeln(self._doc_string) |
| 206 | |
| 207 | |
| 208 | _CONTROLS = { |