Searched refs:read_dict (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/test/ |
D | test_configparser.py | 412 cf.read_dict(config) 416 cf.read_dict({ 421 cf.read_dict({ 428 cf.read_dict({ 432 cf.read_dict({ 644 cf.read_dict({'Bar': {'opt': 'val', 'OPT': 'is really `opt`'}}) 1468 cf_copy.read_dict(cf)
|
/third_party/python/Tools/scripts/ |
D | var_access_benchmark.py | 191 def read_dict(trials=trials, a={0: 1}): function 285 read_list, read_deque, read_dict, read_strdict,
|
/third_party/python/Lib/ |
D | configparser.py | 726 def read_dict(self, dictionary, source='<dict>'): member in RawConfigParser 978 self.read_dict({key: value}) 1223 self.read_dict({self.default_section: defaults})
|
/third_party/python/Doc/library/ |
D | configparser.rst | 158 >>> another_config.read_dict({"topsecret.server.com": {"Port": 21212}}) 485 :meth:`read_dict` before you read the actual file. 504 >>> parser.read_dict({'section1': {'key1': 'value1', 630 :meth:`read_string` or :meth:`read_dict`). It is recommended to use strict 962 The *defaults* argument is read with :meth:`read_dict()`, 1071 .. method:: read_dict(dictionary, source='<dict>')
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 814 read_dict 24.3 25.7 22.3 23.0 21.0 22.4
|
D | 3.8.rst | 2204 read_dict 19.7 24.3 25.7 22.3 23.0 21.0
|
D | 3.7.rst | 2436 * The :class:`configparser.ConfigParser` constructor now uses ``read_dict()``
|
D | 3.2.rst | 2176 >>> parser.read_dict({'buildout': {'directory': '/home/ambv/zope9'},
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 1836 using ``read_dict()``, making its behavior consistent with the rest of the
|
/third_party/python/Misc/ |
D | HISTORY | 12539 - Issue #9452: Add read_file, read_string, and read_dict to the configparser
|