MCPcopy
hub / github.com/pytest-dev/pytest / backquote

Function backquote

src/_pytest/raises.py:308–309  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

306
307
308def backquote(s: str) -> str:
309 return "`" + s + "`"
310
311
312def _exception_type_name(

Callers 2

_check_raw_typeFunction · 0.85
_check_exceptionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected