We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91c3d2 commit e4bd570Copy full SHA for e4bd570
datastore/cloud-ndb/quickstart.py
@@ -12,6 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+# [START datastore_quickstart_python]
16
# [START ndb_context_usage]
17
# [START ndb_import]
18
from google.cloud import ndb
@@ -35,7 +36,7 @@ def list_books():
35
36
37
38
# [END ndb_context_usage]
-
39
+# [END datastore_quickstart_python]
40
41
if __name__ == "__main__":
42
list_books()
0 commit comments