MCPcopy Create free account
hub / github.com/pytest-dev/pytest / line

Method line

testing/conftest.py:90–91  ·  view source on GitHub ↗
(self, line, **kw)

Source from the content-addressed store, hash-verified

88 self.line(indent + line)
89
90 def line(self, line, **kw):
91 self.lines.append(line)
92
93 def markup(self, text, **kw):
94 return text

Callers 5

_write_sourceMethod · 0.95
test_lineMethod · 0.45
test_line_unicodeMethod · 0.45
toterminalMethod · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected