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

Class FutureCallGraph

Lib/asyncio/graph.py:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33@dataclasses.dataclass(frozen=True, slots=True)
34class FutureCallGraph:
35 future: futures.Future
36 call_stack: tuple["FrameCallGraphEntry", ...]
37 awaited_by: tuple["FutureCallGraph", ...]
38
39
40def _build_graph_for_future(

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…