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

Function _task_repr

Lib/asyncio/base_tasks.py:29–31  ·  view source on GitHub ↗
(task)

Source from the content-addressed store, hash-verified

27
28@reprlib.recursive_repr()
29def _task_repr(task):
30 info = ' '.join(_task_repr_info(task))
31 return f'<{task.__class__.__name__} {info}>'
32
33
34def _task_get_stack(task, limit):

Callers

nothing calls this directly

Calls 2

_task_repr_infoFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…