Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ EscapingCall
Class
EscapingCall
Tools/cases_generator/analyzer.py:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
@dataclass
13
class
EscapingCall:
14
stmt: SimpleStmt
15
call: lexer.Token
16
kills: lexer.Token | None
17
18
@dataclass
19
class
Properties:
Callers
1
escaping_call_in_simple_stmt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…