Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ bar
Method
bar
Lib/test/test_coroutines.py:546–546 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
544
self.assertEqual(run_async__await__(foo()), ([], 10))
545
546
def
bar():
pass
547
self.assertFalse(bool(bar.__code__.co_flags & inspect.CO_COROUTINE))
548
549
def
test_func_2(self):
Callers
nothing calls this directly
Calls
1
baz
Function · 0.50
Tested by
no test coverage detected