Value¶
A module for packing and unpacking values so that they can be transferred between languages and hosts.
-
stencila.value.type(value)[source]¶ Get the type code for a value
Parameters: value – A Python value Returns: Type code for value
A module for packing and unpacking values so that they can be transferred between languages and hosts.
stencila.value.type(value)[source]¶Get the type code for a value
| Parameters: | value – A Python value |
|---|---|
| Returns: | Type code for value |