Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py229 self.assertTrue(cf.getboolean('BOOLTEST', 't%d' % x))
230 self.assertFalse(cf.getboolean('BOOLTEST', 'f%d' % x))
232 cf.getboolean, 'BOOLTEST', 'e%d' % x)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py359 def getboolean(self, section, option): member in RawConfigParser