MCPcopy 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
13class EscapingCall:
14 stmt: SimpleStmt
15 call: lexer.Token
16 kills: lexer.Token | None
17
18@dataclass
19class Properties:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…