MCPcopy
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)
65class Token:
66 __slots__ = ("pos", "type", "value")
67 type: TokenType
68 value: str
69 pos: int
70
71
72class Scanner:

Callers 1

lexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected