Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
expression
Function · 0.80
expr
Function · 0.80
and_expr
Function · 0.80
not_expr
Function · 0.80
single_kwarg
Function · 0.80
all_kwargs
Function · 0.80
Calls
1
reject
Method · 0.95
Tested by
no test coverage detected