Home
last modified time | relevance | path

Searched defs:allow_no_value (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_cfgparser.py33 allow_no_value = False variable in TestCaseBase
364 allow_no_value = True variable in ConfigParserTestCase
534 allow_no_value = True variable in SafeConfigParserTestCaseNoValue
/external/python/cpython3/Lib/test/
Dtest_configparser.py37 allow_no_value = False variable in CfgParserTestCaseClass
1327 allow_no_value = True variable in ConfigParserTestCaseNoValue
1334 allow_no_value = True variable in ConfigParserTestCaseTrickyFile
/external/python/cpython2/Lib/
DConfigParser.py233 allow_no_value=False): argument
/external/python/cpython3/Lib/
Dconfigparser.py601 allow_no_value=False, *, delimiters=('=', ':'), argument