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

/external/python/cpython2/Lib/test/
H A Dtest_cfgparser.py33 allow_no_value = False variable in class:TestCaseBase
37 self.cf = self.config_class(allow_no_value=self.allow_no_value)
40 allow_no_value=self.allow_no_value)
70 if self.allow_no_value:
87 if self.allow_no_value:
101 if self.allow_no_value:
249 if self.allow_no_value:
268 if self.allow_no_value
364 allow_no_value = True variable in class:ConfigParserTestCase
534 allow_no_value = True variable in class:SafeConfigParserTestCaseNoValue
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_configparser.py37 allow_no_value = False variable in class:CfgParserTestCaseClass
50 allow_no_value=self.allow_no_value,
83 if self.allow_no_value:
132 if self.allow_no_value:
165 if self.allow_no_value:
188 if self.allow_no_value:
231 if self.allow_no_value:
323 if self.allow_no_value:
397 if self.allow_no_value
1292 allow_no_value = True variable in class:ConfigParserTestCaseNoValue
1299 allow_no_value = True variable in class:ConfigParserTestCaseTrickyFile
[all...]

Completed in 109 milliseconds