Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _coro
Function
_coro
Lib/_collections_abc.py:94–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
generator = type((
lambda
: (
yield
))())
93
## coroutine ##
94
async
def
_coro():
pass
95
_coro = _coro()
96
coroutine = type(_coro)
97
_coro.close()
# Prevent ResourceWarning
Callers
1
_collections_abc.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected