exa.common.api.proto_serialization.datum.pack#
- pack(value)#
Packs a string, numerical value, or an array thereof into protobuf format.
Supported data types are: - str - bool - int, float and complex - Sequences of above. Note that the type of Sequence (list, tuple…) is lost in the conversion. - numeric numpy arrays - None