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