datastore.value¶
Classes¶
Module Contents¶
- class datastore.value.Value(value, exclude_from_indexes=False)¶
- Parameters:
value (Any)
exclude_from_indexes (bool)
- key_kind¶
- value¶
- excludeFromIndexes = False¶
- __eq__(other)¶
- Parameters:
other (Any)
- Return type:
bool
- __repr__()¶
- Return type:
str
- to_repr()¶
- Return type:
Dict[str, Any]
- _infer_type(value)¶
- Parameters:
value (Any)
- Return type:
- classmethod _get_supported_types()¶
- Return type:
Dict[Any, datastore.constants.TypeName]