8000
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 bb9ddee commit 14baf06Copy full SHA for 14baf06
Doc/library/collections.rst
@@ -163,8 +163,8 @@ contexts::
163
e.maps[-1] # Root context -- like Python's globals()
164
e.parents # Enclosing context chain -- like Python's nonlocals
165
166
- d['x'] # Get first key in the chain of contexts
167
d['x'] = 1 # Set value in current context
+ d['x'] # Get first key in the chain of contexts
168
del d['x'] # Delete from current context
169
list(d) # All nested values
170
k in d # Check all nested values
0 commit comments