Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py33 allow_no_value = False variable in 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:
360 allow_no_value = True variable in ConfigParserTestCase
530 allow_no_value = True variable in SafeConfigParserTestCaseNoValue
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py225 allow_no_value=False): argument
229 if allow_no_value: