MCPcopy 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
84def 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_brieflyFunction · 0.85
argvFunction · 0.85
newMethod · 0.85
py_newMethod · 0.85
from_iterMethod · 0.85
ConnectPipeFunction · 0.85
CreateEventFunction · 0.85
sumprodFunction · 0.85
enum_crlsFunction · 0.85
spawnvFunction · 0.85
spawnveFunction · 0.85
execvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected