sections: internals:internals-utils-async-call-with-supported-arguments
This data as json
| id | page | ref | title | content | breadcrumbs | references |
|---|---|---|---|---|---|---|
| internals:internals-utils-async-call-with-supported-arguments | internals | internals-utils-async-call-with-supported-arguments | await async_call_with_supported_arguments(fn, | Async version of call_with_supported_arguments . Use this for async def callback functions. async datasette.utils. async_call_with_supported_arguments fn ** kwargs Async version of call_with_supported_arguments() . Calls await fn(...) with the subset of **kwargs matching its signature. Parameters fn -- An async callable kwargs -- All available keyword arguments Returns The return value of await fn(...) | ["Internals for plugins", "The datasette.utils module"] | [] |