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