Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 'gcloud.datastore.helpers' to indicate API-ness.
Correct docstring.

Add '__all__' to indicate public members.
  • Loading branch information
tseaver committed Oct 23, 2014
commit a00e00ee09460e1dde12811f540ef54cc1a6a80b
4 changes: 3 additions & 1 deletion gcloud/datastore/helpers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"""Helper functions for dealing with Cloud Datastore's Protobuf API.

These functions are *not* part of the API.
The non-private functions are part of the API.
"""
__all__ = ('entity_from_protobuf', 'key_from_protobuf')

import calendar
import datetime

Expand Down