Package gavo :: Package votable :: Module tableparser :: Class Binary2Iterator
[frames] | no frames]

Class Binary2Iterator

source code

    object --+        
             |        
  DataIterator --+    
                 |    
BinaryIteratorBase --+
                     |
                    Binary2Iterator

Instance Methods

Inherited from BinaryIteratorBase: __iter__

Inherited from DataIterator: __init__

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

Class Variables
  decoderModule
BINARY2 VOTable decoding
Properties

Inherited from object: __class__

Class Variable Details

decoderModule

BINARY2 VOTable decoding

BINARY2 is like BINARY, except every record is preceded by a mask which columns are NULL.

Sorry for gratuituously peeking into the guts of dec_binary here. But well, it's family.

Value:
gavo.votable.dec_binary2