ivankorobkov / python-inject

Python dependency injection
Apache License 2.0
672 stars 77 forks source link

Add stub file for type hinting that supports Python 2.x and 3.x. #20

Closed Enforcer closed 5 years ago

Enforcer commented 5 years ago

Stub file is the only option that provides support for both Python 2.7 and 3.x. Unfortunately, it is impossible to have TypeVar's with # type comments notation.