Package gavo :: Package votable :: Module dec_binary2
[frames] | no frames]

Module dec_binary2

source code

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.

Functions
 
getRowDecoderSource(tableDefinition)
returns the source for a function deserializing a BINARY stream.
source code
 
getGlobals(tableDefinition) source code
Variables
  __package__ = 'gavo.votable'
Function Details

getRowDecoderSource(tableDefinition)

source code 

returns the source for a function deserializing a BINARY stream.

tableDefinition is a VOTable.TABLE instance. The function returned expects a file-like object.