Package glue :: Package ligolw :: Module ligolw :: Class AdcData
[hide private]
[frames] | no frames]

Class AdcData

source code

object --+        
         |        
   Element --+    
             |    
  EmptyElement --+
                 |
                AdcData

AdcData element.

Instance Methods [hide private]

Inherited from EmptyElement: appendData

Inherited from Element: __init__, appendChild, endElement, end_tag, getAttribute, getChildrenByAttributes, getElements, getElementsByTagName, hasAttribute, insertBefore, removeAttribute, removeChild, replaceChild, setAttribute, start_tag, unlink, write

Inherited from Element (private): _verifyChildren

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

Class Methods [hide private]

Inherited from Element: validattributes

Class Variables [hide private]
  tagName = u'AdcData'
hash(x)
  validchildren = frozenset([u'AdcData', u'Array', u'Comment', u...
Properties [hide private]
  Name
The "Name" attribute.

Inherited from object: __class__

Class Variable Details [hide private]

validchildren

Value:
frozenset([u'AdcData',
           u'Array',
           u'Comment',
           u'LIGO_LW',
           u'Param',
           u'Time'])

Property Details [hide private]

Name

The "Name" attribute.

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, value)
Delete Method:
unreachable.deleter(self)