You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docstrings and other docs to reflect changes (including __repr__, probably shouldn't have path) (Putting off bulk doc fixes until API is stable again)
Related
to #3 andhttps://docs.google.com/document/d/1xKw8Tz6lfN5uOcv0my4uUgFSeDoRzwCLho2UGlBpqDU/edit
Plan to make this work:
Key.from_path(since will be new constructor) (Address first part of 451: Remove Key.from_path #456)parentre-use an instance (since immutable) (Address third part of 451: Storing Key.parent on instance for future calls #459)Keyconstructor act likeKey.from_path(Address fourth part of 451: Make Key constructor easier to use by taking positional args. #460)Key.complete_keymethod (needs better name) to act likeKey.id(new_id)(Address fifth part of 451: Implement Key.complete_key for auto_id on partial keys. #461)Key.compare_to_prototo check a key against a retrieved key (needs better name) (Address sixth part of 451: Implement Key.compare_to_proto to check pb keys against existing. #462)dataset_idonKey(may require removingdataset_idfrom `Key protos) (Address seventh part of 451: Make dataset_id required on Key. #463)parentto constructor (Address eighth part of 451: Add parent to constructor #476)Update docstrings and other docs to reflect changes (including(Putting off bulk doc fixes until API is stable again)__repr__, probably shouldn't havepath)Change(filed Remove dataset from Entity constructor and allow a key #484)Entityconstructor to only accept akey. (This can probably move to a new bug, which I have yet to file.)