Control the namespacing system used by various APIs.
A namespace may be specified in various API calls exemplified
by the datastore and memcache interfaces. The default can be
specified using this module.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This module manages the namespacing system used by various APIs, such as datastore and memcache."],["The `get_namespace` function retrieves the current default namespace, returning an empty string if it is unset."],["The `set_namespace` function allows you to set the default namespace for the current HTTP request."],["The `validate_namespace` function is available to check if a given string is a valid namespace, raising an exception if not."]]],[]]