Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_configparser.py38 allow_no_value = False variable in CfgParserTestCaseClass
1339 allow_no_value = True variable in ConfigParserTestCaseNoValue
1346 allow_no_value = True variable in ConfigParserTestCaseTrickyFile
/third_party/python/Lib/
Dconfigparser.py602 allow_no_value=False, *, delimiters=('=', ':'), argument