更新: | 2024-05-20 |
---|---|
作者: | @voluntas |
バージョン: | 2024.1 |
URL: | https://voluntas.github.io/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sys.path.insert(0, 'lib/') | |
extensions += ['sphinxcontrib_phpautodoc'] |
OCaml で書かれた Python 型チェックツール。Facebook 製。FlowType の用な感じで使えそう。
mypy があるが、こちらはおそらく高速を売りにしている気がする。たぶん。
python/mypy: Optional static typing for Python 2 and 3 (PEP484)