Retourner au contenu associé (journal : MyPy 0.3 sort bien accompagné)
Posté par Sébastien Douche le 20 février 2016 à 16:36. En réponse au journal MyPy 0.3 sort bien accompagné. Évalué à 1.
Python 3.5 possède le type hinting :https://docs.python.org/3/whatsnew/3.5.html#whatsnew-pep-484
Le projet mypy est l'inspiration de cette fonctionnalité. D'ailleurs Guido a pas mal bossé avec Jukka Lehtosalo.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# C'est intégré dans Python 3.5
Posté par Sébastien Douche . En réponse au journal MyPy 0.3 sort bien accompagné. Évalué à 1.
Python 3.5 possède le type hinting :
https://docs.python.org/3/whatsnew/3.5.html#whatsnew-pep-484
Le projet mypy est l'inspiration de cette fonctionnalité. D'ailleurs Guido a pas mal bossé avec Jukka Lehtosalo.