Lines Matching full:description
244 def insert_tag(self, tag, description=""): argument
250 description: A string description for a tag.
261 self._tags.append(Tag(tag, self, description))
600 description: The description of the tag, the contents of the <tag> element.
604 def __init__(self, name, parent, description=""): argument
607 self._description = description
618 def description(self): member in Tag
686 description: A string description of the section, or None.
692 def __init__(self, name, parent, description=None, kinds=[]): argument
695 self._description = description
701 def description(self): member in Section
1164 description: A string description, or None.
1212 description: A string with a description of the entry.
1337 def description(self): member in Entry
1444 self._description = kwargs.get('description')
1603 description: A string with a description of the entry.
1661 props_distinct = ['description', 'units', 'range', 'details',