MCPcopy Index your code
hub / github.com/python/cpython / Analysis

Class Analysis

Tools/cases_generator/analyzer.py:330–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328
329@dataclass
330class Analysis:
331 instructions: dict[str, Instruction]
332 uops: dict[str, Uop]
333 families: dict[str, Family]
334 pseudos: dict[str, PseudoInstruction]
335 labels: dict[str, Label]
336 opmap: dict[str, int]
337 have_arg: int
338 min_instrumented: int
339
340
341def analysis_error(message: str, tkn: lexer.Token) -> SyntaxError:

Callers 1

analyze_forestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…