Home
last modified time | relevance | path

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

/third_party/node/test/message/
Dtestcfg.py48 def IgnoreLine(self, str): member in MessageTestCase
71 outlines = [ s for s in raw_lines if not self.IgnoreLine(s) ]
/third_party/node/test/pseudo-tty/
Dtestcfg.py53 def IgnoreLine(self, str_arg): member in TTYTestCase
72 outlines = [ s.rstrip() for s in raw_lines if not self.IgnoreLine(s) ]