Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py232 self._optcre = self.OPTCRE
403 if (value is not None) or (self._optcre == self.OPTCRE):
438 OPTCRE = re.compile( variable in RawConfigParser
733 if self._optcre is self.OPTCRE or value: