mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Factor-out common code for helper classes.
This commit is contained in:
parent
16fe75e4e0
commit
c9423109f5
2 changed files with 4 additions and 20 deletions
|
@ -633,7 +633,7 @@ class Counter(dict):
|
|||
|
||||
|
||||
########################################################################
|
||||
### ChainMap (helper for configparser)
|
||||
### ChainMap (helper for configparser and string.Template)
|
||||
########################################################################
|
||||
|
||||
class _ChainMap(MutableMapping):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue