Home
last modified time | relevance | path

Searched refs:cfgDefaults (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DconfigHandler.py38 def __init__(self, cfgFile, cfgDefaults=None): argument
43 ConfigParser.__init__(self, defaults=cfgDefaults)
/external/python/cpython3/Lib/idlelib/
Dconfig.py44 def __init__(self, cfgFile, cfgDefaults=None): argument
49 ConfigParser.__init__(self, defaults=cfgDefaults, strict=False)