Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Drfc822.py170 elif self.iscomment(line):
224 def iscomment(self, line): member in Message
Dhttplib.py334 elif self.iscomment(line):
/external/python/cpython2/Doc/library/
Drfc822.rst171 .. method:: Message.iscomment(line)
/external/libxml2/
DHTMLparser.c5130 xmlChar next, xmlChar third, int iscomment, in htmlParseLookupSequence() argument
5165 if ((!incomment) && (base + 4 < len) && (!iscomment)) { in htmlParseLookupSequence()