MCPcopy
hub / github.com/pytest-dev/pytest / accept

Method accept

src/_pytest/mark/expression.py:133–133  ·  view source on GitHub ↗
(self, type: TokenType, *, reject: Literal[True])

Source from the content-addressed store, hash-verified

131
132 @overload
133 def accept(self, type: TokenType, *, reject: Literal[True]) -> Token: ...
134
135 @overload
136 def accept(

Callers 6

expressionFunction · 0.80
exprFunction · 0.80
and_exprFunction · 0.80
not_exprFunction · 0.80
single_kwargFunction · 0.80
all_kwargsFunction · 0.80

Calls 1

rejectMethod · 0.95

Tested by

no test coverage detected