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

Function _future_repr

Lib/asyncio/base_futures.py:65–67  ·  view source on GitHub ↗
(future)

Source from the content-addressed store, hash-verified

63
64@reprlib.recursive_repr()
65def _future_repr(future):
66 info = ' '.join(_future_repr_info(future))
67 return f'<{future.__class__.__name__} {info}>'

Callers

nothing calls this directly

Calls 2

_future_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…