Home
last modified time | relevance | path

Searched refs:iscomment (Results 1 – 3 of 3) 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)