Home | Trees | Indices | Help |
|
---|
|
Serialisation of python values to VOTable PARAM values. This has two aspects: - Guessing proper VOTable type descriptors for python values (use guessParamAttrsForValue) - Serialising the python values to strings suitable for the PARAM. (use serializeToParam)
Classes | |
PrimitiveAnnotatedColumn A stand-in for serializers.AnnotatedColumn. |
Functions | |||
|
|||
|
|||
|
|||
|
Variables | |
__package__ =
|
Function Details |
returns a dict of proposed attributes for a PARAM to keep pythonVal. There is, of course, quite a bit of heuristics involved. For instance, we assume sequences are homogeneous. |
returns a function serializing for values of params with the attributes given.
|
changes the VOTable PARAM param such that val is represented. This may involve adding a null value. |
returns a function deserializing values in a param with datatype, arraysize, and xtype.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |