Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ line
Method
line
src/_pytest/_io/terminalwriter.py:182–184 ·
view source on GitHub ↗
(self, s: str = "", **markup: bool)
Source
from the content-addressed store, hash-verified
180
self.flush()
181
182
def
line(self, s: str =
""
, **markup: bool) -> None:
183
self.write(s, **markup)
184
self.write(
"\n"
)
185
186
def
flush(self) -> None:
187
self._file.flush()
Callers
15
cacheshow
Function · 0.95
sep
Method · 0.95
_write_source
Method · 0.95
print_conftest_import_error
Function · 0.95
print_usage_error
Function · 0.95
test_attr_hasmarkup
Function · 0.95
assert_color
Function · 0.95
pytest_cmdline_main
Function · 0.45
toterminal
Method · 0.45
toterminal
Method · 0.45
toterminal
Method · 0.45
_write_entry_lines
Method · 0.45
Calls
1
write
Method · 0.95
Tested by
2
test_attr_hasmarkup
Function · 0.76
assert_color
Function · 0.76