Searched defs:allow_no_value (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_cfgparser.py | 33 allow_no_value = False variable in TestCaseBase |
/external/python/cpython3/Lib/test/ | ||
D | test_configparser.py | 37 allow_no_value = False variable in CfgParserTestCaseClass |
/external/python/cpython2/Lib/ | ||
D | ConfigParser.py | 233 allow_no_value=False): argument |
/external/python/cpython3/Lib/ | ||
D | configparser.py | 602 allow_no_value=False, *, delimiters=('=', ':'), argument |