Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begin implementation of
ndb.Model
(googleapis#6581)
Also - Fixing `repr()` of `Text/StringProperty` - Adding coverage for `MetaModel.__repr__` For now, reducing the functionality for `Model._set_projection`. This is because a `StructuredProperty` is needed to really be able to test / run `_set_projection` as written. - Add a virtual `Model._put` so we can refer to it in docs - Add a custom docstring for `Model.key`, since before Sphinx was trying to render the `ModelKey` docstring in the context of `Model`, which caused a failure of `.. automethod:: _validate`
- Loading branch information