OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_optcre
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py
238
self.
_optcre
= self.OPTCRE_NV
240
self.
_optcre
= self.OPTCRE
411
if (value is not None) or (self.
_optcre
== self.OPTCRE):
515
mo = self.
_optcre
.match(line)
741
if self.
_optcre
is self.OPTCRE or value:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py
238
self.
_optcre
= self.OPTCRE_NV
240
self.
_optcre
= self.OPTCRE
411
if (value is not None) or (self.
_optcre
== self.OPTCRE):
515
mo = self.
_optcre
.match(line)
741
if self.
_optcre
is self.OPTCRE or value:
Completed in 433 milliseconds