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

Class Dim

source code

object --+    
         |    
   Element --+
             |
            Dim

Dim element.

Instance Methods [hide private]
 
write(self, fileobj=<epydoc.docintrospecter._DevNull instance at 0x7f39154699e0>, indent=u'')
Recursively write an element and it's children to a file.
source code

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

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'Dim'
hash(x)

Inherited from Element: validchildren

Properties [hide private]
  Name
The "Name" attribute.
  Scale
The "Scale" attribute.
  Start
The "Start" attribute.
  Unit
The "Unit" attribute.
  n

Inherited from object: __class__

Method Details [hide private]

write(self, fileobj=<epydoc.docintrospecter._DevNull instance at 0x7f39154699e0>, indent=u'')

source code 

Recursively write an element and it's children to a file.

Overrides: Element.write
(inherited documentation)

Property Details [hide private]

Name

The "Name" attribute.

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

Scale

The "Scale" attribute.

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

Start

The "Start" attribute.

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

Unit

The "Unit" attribute.

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

n

Get Method:
unreachable.n(self)
Set Method:
unreachable.n(self, val)
Delete Method:
unreachable.n(self)