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

Function get_all_awaited_by

Lib/asyncio/tools.py:143–145  ·  view source on GitHub ↗
(pid)

Source from the content-addressed store, hash-verified

141
142# ─── PRINT TREE FUNCTION ───────────────────────────────────────
143def get_all_awaited_by(pid):
144 unwinder = RemoteUnwinder(pid)
145 return unwinder.get_all_awaited_by()
146
147
148def build_async_tree(result, task_emoji="(T)", cor_emoji=""):

Callers 1

_get_awaited_by_tasksFunction · 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…