Commit Graph

1 Commits

Author SHA1 Message Date
Marcelo Trylesinski 5b058faa10
Improve detection of async callables (#1444)
* Improve detection of coroutine functions

* Remove test from background tasks

* Fix coverage

* Add test for nested functools

* Ignore coverage

* Deprecate iscoroutinefunction_or_partial

* Ignore coverage for iscoroutinefunction_or_partial

* Rename `iscoroutinefunction` to `is_async_callable`
2022-05-28 09:28:58 +02:00