Thanks to visit codestin.com Credit goes to github.com
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.
2 parents fcec42c + 3ada93f commit 09dadb5Copy full SHA for 09dadb5
1 file changed
Lib/collections/__init__.py
@@ -892,9 +892,8 @@ def copy(self):
892
__copy__ = copy
893
894
def new_child(self, m=None): # like Django's Context.push()
895
- '''
896
- New ChainMap with a new map followed by all previous maps. If no
897
- map is provided, an empty dict is used.
+ '''New ChainMap with a new map followed by all previous maps.
+ If no map is provided, an empty dict is used.
898
'''
899
if m is None:
900
m = {}
0 commit comments