datastore.projection

datastore.projection

datastore.projection

Module Contents

Classes

Projection

class datastore.projection.Projection(prop)
Parameters:

prop (str) –

__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:

Projection

to_repr()
Return type:

Dict[str, Any]