Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)
29
class
FrameCallGraphEntry:
30
frame: types.FrameType
31
32
33
@dataclasses.dataclass(frozen=True, slots=True)
Callers
2
_build_graph_for_future
Function · 0.85
capture_call_graph
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…