Ask a question to get started
Enter to send•Shift+Enter new line
Check if a function is an async generator.
is_async_generator( func: Any, ) -> TypeGuard[Callable[..., AsyncIterator]]
func
Any
The function to check.