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

Class Comment

source code

object --+    
         |    
   Element --+
             |
            Comment

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

Inherited from Element: validchildren

Properties [hide private]

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)