D | metadata_model.py | 244 def insert_tag(self, tag, description=""): argument 261 self._tags.append(Tag(tag, self, description)) 592 def __init__(self, name, parent, description=""): argument 595 self._description = description 606 def description(self): member in Tag 679 def __init__(self, name, parent, description=None, kinds=[]): argument 682 self._description = description 689 def description(self): member in Section 1183 def description(self): member in Entry
|