Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ Token
Class
Token
src/_pytest/mark/expression.py:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
@dataclasses.dataclass(frozen=True)
65
class
Token:
66
__slots__ = (
"pos"
,
"type"
,
"value"
)
67
type: TokenType
68
value: str
69
pos: int
70
71
72
class
Scanner:
Callers
1
lex
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected