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

Method write

testing/conftest.py:81–82  ·  view source on GitHub ↗
(self, msg, **kw)

Source from the content-addressed store, hash-verified

79 self.lines.append((sep, line))
80
81 def write(self, msg, **kw):
82 self.lines.append((TWMock.WRITE, msg))
83
84 def _write_source(self, lines, indents=()):
85 if not indents:

Callers 3

equal_with_bashFunction · 0.45
test_argcompleteFunction · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected