Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ NotFuture
Class
NotFuture
Lib/test/test_inspect/test_inspect.py:408–408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
self.assertFalse(inspect.isawaitable(Future))
407
408
class
NotFuture:
pass
409
not_fut = NotFuture()
410
not_fut.__await__ =
lambda
: None
411
self.assertFalse(inspect.isawaitable(not_fut))
Callers
1
test_isawaitable
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_isawaitable
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…