Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ Token
Class
Token
src/_pytest/mark/expression.py:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
@attr.s(frozen=True, slots=True, auto_attribs=True)
51
class
Token:
52
type: TokenType
53
value: str
54
pos: int
55
56
57
class
ParseError(Exception):
Callers
1
lex
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected