Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ __str__
Method
__str__
src/_pytest/mark/expression.py:68–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
self.message = message
67
68
def
__str__(self) -> str:
69
return
f
"at column {self.column}: {self.message}"
70
71
72
class
Scanner:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected