python-dependency-injector/tests/typing
Roman Mogylatov d8439a28b1
Make provider generic type (#293)
* Add __class_getitem__ for Provider to null the typing in runtime

* Make Provider stub generic and remove types module

* Update types module tests

* Return types module with deprecation warning

* Return types module with deprecation warning

* Update changelog

* Add docs page
2020-09-13 20:32:21 -04:00
..
callable.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
configuration.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
container.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
coroutine.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
declarative_container.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
delegate.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
dependencies_container.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
dependency.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
dynamic_container.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
factory.py Make provider generic type (#293) 2020-09-13 20:32:21 -04:00
list.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
object.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
selector.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
singleton.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00