Tags: adriangb/di
Tags
Fix/callable class generator not handled (#108) * fix: handle callable class instance generators * refactor: rewrite is coro check function to have the same style with other check functions * test: add tests for class callable generators to test task * docs: update path in docstring * refactor: remove unused code in tests * test: add tests for class callable generators to test execute * version: bump to new 0.77.0 version * refactor: remove obsolete sync param in test concurrency async case --------- Co-authored-by: Adrian Garcia Badaracco <[email protected]>
Fix/pep 563 class init annotations parsing (#107) * fix: handle class init * refactor: improve readability * test: cover annotations parsing in class init * version: bump to new 0.76.0 version * docs: refer to optional annotated cpython issue #90353 --------- Co-authored-by: Adrian Garcia Badaracco <[email protected]>
PreviousNext