Retourner au contenu associé (journal : Indication de type pour Python)
Posté par Maxime (site web personnel) le 26 décembre 2014 à 15:00. En réponse au journal Indication de type pour Python. Évalué à 6.
Le typage des arguments des fonctions en Python c'est intégré dans Python 3 depuis 2006 : https://www.python.org/dev/peps/pep-3107/
PyCharm utilise d'ailleurs ce typage pour proposer de la complétion intelligente : https://www.jetbrains.com/pycharm/webhelp/type-hinting-in-pycharm.html
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Pour compléter...
Posté par Maxime (site web personnel) . En réponse au journal Indication de type pour Python. Évalué à 6.
Le typage des arguments des fonctions en Python c'est intégré dans Python 3 depuis 2006 : https://www.python.org/dev/peps/pep-3107/
PyCharm utilise d'ailleurs ce typage pour proposer de la complétion intelligente : https://www.jetbrains.com/pycharm/webhelp/type-hinting-in-pycharm.html