Skip to content

Commit a00e00e

Browse files
committed
Update 'gcloud.datastore.helpers' to indicate API-ness.
Correct docstring. Add '__all__' to indicate public members.
1 parent f330550 commit a00e00e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gcloud/datastore/helpers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
"""Helper functions for dealing with Cloud Datastore's Protobuf API.
22
3-
These functions are *not* part of the API.
3+
The non-private functions are part of the API.
44
"""
5+
__all__ = ('entity_from_protobuf', 'key_from_protobuf')
6+
57
import calendar
68
import datetime
79

0 commit comments

Comments
 (0)