Package gavo :: Package stc :: Module stcx :: Class STC :: Class _Toplevel
[hide private]
[frames] | no frames]

Class _Toplevel

source code

           object --+        
                    |        
utils.stanxml.Element --+    
                        |    
           STC.STCElement --+
                            |
                           STC._Toplevel
Known Subclasses:

Nested Classes [hide private]

Inherited from utils.stanxml.Element: __metaclass__

Inherited from utils.stanxml.Element (private): _generator_t

Instance Methods [hide private]
 
__init__(self, IDREF_type=None, ID_type=None, href=None, id=None, type=None, ucd=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from utils.stanxml.Element: __call__, __getitem__, __iter__, __nonzero__, addAttribute, addChild, apply, asETree, bailIfBadChild, isEmpty, iterAttNames, iterChildren, iterChildrenOfType, makeChildDict, render

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _local = False
  _suppressedPrefix = 'stc'
a sentinel for all kinds of undefined values.
  _additionalPrefixes = frozenset(['xlink', 'xsi'])

Inherited from utils.stanxml.Element: name_

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, IDREF_type=None, ID_type=None, href=None, id=None, type=None, ucd=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)