Package gavo :: Package votable :: Module parser :: Class IGNORE
[frames] | no frames]

Class IGNORE

source code

object --+
         |
        IGNORE

this is a sentinel element used when an element is not known but robust parsing is requested.

These should not end up in a DOM, but if they do, they're silent.

They're designed to largely behave like stanxml Elements; it can't autoconstruct, though.

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__call__(self, **kwargs) source code
 
__getitem__(self, item) source code
 
isEmpty(self) source code
 
shouldBeSkipped(self) source code
 
apply(self, func) source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)