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

Class FrameCallGraphEntry

Lib/asyncio/graph.py:29–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28@dataclasses.dataclass(frozen=True, slots=True)
29class FrameCallGraphEntry:
30 frame: types.FrameType
31
32
33@dataclasses.dataclass(frozen=True, slots=True)

Callers 2

_build_graph_for_futureFunction · 0.85
capture_call_graphFunction · 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…