Python stdlib module — asyncio. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.as_completed()Neutralas_completed(fs, timeout)
Return an iterator whose values are coroutines.
.create_subprocess_exec()Neutralcreate_subprocess_exec(program, args, stdin, stdout, stderr, limit, kwds)
create_subprocess_exec function.
.create_subprocess_shell()Neutralcreate_subprocess_shell(cmd, stdin, stdout, stderr, limit, kwds)
create_subprocess_shell function.
.create_task()Neutralcreate_task(coro, name, context)
Schedule the execution of a coroutine object in a spawn task.
.ensure_future()Neutralensure_future(coro_or_future, loop)
Wrap a coroutine or an awaitable in a future.
.gather()Neutralgather(coros_or_futures, return_exceptions)
Return a future aggregating results from the given coroutines/futures.
.get_child_watcher()Neutralget_child_watcher()
Equivalent to calling get_event_loop_policy().get_child_watcher().
| FQN | Field | |
|---|---|---|
| asyncio | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import asyncio