Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_loop
Method
get_loop
Lib/test/test_asyncio/test_tasks.py:3057–3058 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3055
class
Fut(asyncio.Future):
3056
@property
3057
def
get_loop(self):
3058
raise
AttributeError
3059
3060
async
def
coro():
3061
await fut
Callers
2
test_task_class
Method · 0.45
make_request_with_timeout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected