Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
308
def
backquote(s: str) -> str:
309
return
"`"
+ s +
"`"
310
311
312
def
_exception_type_name(
Callers
2
_check_raw_type
Function · 0.85
_check_exceptions
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected