Home | History | Annotate | Download | only in docs

Lines Matching refs:description

244   def insert_tag(self, tag, description=""):
250 description: A string description for a tag.
261 self._tags.append(Tag(tag, self, description))
588 description: The description of the tag, the contents of the <tag> element.
592 def __init__(self, name, parent, description=""):
595 self._description = description
606 def description(self):
674 description: A string description of the section, or None.
679 def __init__(self, name, parent, description=None, kinds=[]):
682 self._description = description
689 def description(self):
1028 description: A string description, or None.
1066 description: A string with a description of the entry.
1138 def description(self):
1202 self._description = kwargs.get('description')
1344 description: A string with a description of the entry.
1400 props_distinct = ['description', 'units', 'range', 'notes', 'tags', 'kind']