Home | Trees | Indices | Help |
|
---|
|
1 2 3 from elementRepresentative import ElementRepresentative 4 5 #============================================================ 6 #8 """ 9 The class for the Annotation tag. Subclass of ElementRepresentative. 10 """2712 """ 13 See *ElementRepresentative* for documentation. 14 """ 15 ElementRepresentative.__init__(self, xsdElement, parent)16 17 #============================================================ 18 #20 """ 21 Makes a name like this- `ContainingTypeName`|annotation. 22 The name on this class is used for almost nothing. 23 """ 24 contName = self.getContainingTypeName() 25 26 return "%s|%s" % (contName, self.__class__.__name__)
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Thu Sep 07 21:19:44 2006 | http://epydoc.sourceforge.net |