We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af3bac commit 82a4a03Copy full SHA for 82a4a03
appengine/standard/memcache/snippets/snippets.py
@@ -12,9 +12,12 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# [START import]
+# [START get_data]
16
+# [START add_values]
17
from google.appengine.api import memcache
-# [END import]
18
+
19
+# [END get_data]
20
+# [END add_values]
21
22
23
def query_for_data():
0 commit comments