Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PEP 484では、typingモジュールを含めることで型ヒントが Python 3 に追加されました。Python 2でこれを行う方法はありますか? 私が考えることができるのは、メソッドにデコレーターを追加して型をチェックすることだけですが、これは実行時に失敗し、ヒントが許可するように早期にキャッチされません。
typing