datastore.value

Classes

Value

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

classmethod from_repr(data)
Parameters:

data (Dict[str, Any])

Return type:

Value

to_repr()
Return type:

Dict[str, Any]

_infer_type(value)
Parameters:

value (Any)

Return type:

datastore.constants.TypeName

classmethod _get_supported_types()
Return type:

Dict[Any, datastore.constants.TypeName]