Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ once
Function
once
Lib/test/test_asyncio/utils.py:85–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
84
def
run_briefly(loop):
85
async
def
once():
86
pass
87
gen = once()
88
t = loop.create_task(gen)
89
# Don't log a warning if the task is not done after run_until_complete().
Callers
15
run_briefly
Function · 0.85
argv
Function · 0.85
new
Method · 0.85
py_new
Method · 0.85
from_iter
Method · 0.85
ConnectPipe
Function · 0.85
CreateEvent
Function · 0.85
sumprod
Function · 0.85
enum_crls
Function · 0.85
spawnv
Function · 0.85
spawnve
Function · 0.85
execv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected