Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ format_cb
Function
format_cb
Lib/asyncio/base_futures.py:30–31 ·
view source on GitHub ↗
(callback)
Source
from the content-addressed store, hash-verified
28
cb =
''
29
30
def
format_cb(callback):
31
return
format_helpers._format_callback_source(callback, ())
32
33
if
size == 1:
34
cb = format_cb(cb[0][0])
Callers
1
_format_callbacks
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…