OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_IS_BLANK_OR_COMMENT
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py
595
_IS_BLANK_OR_COMMENT
= re.compile(r'^[ ]*(#.*)?$').match
623
if not self.
_IS_BLANK_OR_COMMENT
(source):
736
if options and self.
_IS_BLANK_OR_COMMENT
(source):
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py
595
_IS_BLANK_OR_COMMENT
= re.compile(r'^[ ]*(#.*)?$').match
623
if not self.
_IS_BLANK_OR_COMMENT
(source):
736
if options and self.
_IS_BLANK_OR_COMMENT
(source):
[
all
...]
Completed in 80 milliseconds