MCPcopy Index your code
hub / github.com/nodejs/node / IgnoreLine

Method IgnoreLine

test/pseudo-tty/testcfg.py:54–57  ·  view source on GitHub ↗

Ignore empty lines and valgrind output.

(self, str_arg)

Source from the content-addressed store, hash-verified

52 self.parallel = True
53
54 def IgnoreLine(self, str_arg):
55 """Ignore empty lines and valgrind output."""
56 if not str_arg.strip(): return True
57 else: return str_arg.startswith('==') or str_arg.startswith('**')
58
59 def IsFailureOutput(self, output):
60 f = open(self.expected)

Callers 1

IsFailureOutputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected