We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f330550 commit a00e00eCopy full SHA for a00e00e
gcloud/datastore/helpers.py
@@ -1,7 +1,9 @@
1
"""Helper functions for dealing with Cloud Datastore's Protobuf API.
2
3
-These functions are *not* part of the API.
+The non-private functions are part of the API.
4
"""
5
+__all__ = ('entity_from_protobuf', 'key_from_protobuf')
6
+
7
import calendar
8
import datetime
9
0 commit comments