datastore.value

Module Contents

Classes

Value

class datastore.value.Value(value, exclude_from_indexes=False)
Parameters:
  • value (Any) –

  • exclude_from_indexes (bool) –

key_kind
__eq__(other)

Return self==value.

Parameters:

other (Any) –

Return type:

bool

__repr__()

Return repr(self).

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]