以下の内容はhttps://dk521123.hatenablog.com/entry/2019/11/06/225512より取得しました。


【Python】関数アノテーション

■ はじめに

関数アノテーション について、調べてみた

■ 関数アノテーション

* PEP 3107 -- Function Annotations
  (※PEP : Python Enhancement Proposals)
* From Python 3.0

■ サンプル

def add_person(name: str, is_male: bool = True) -> bool:
    # 実装
    return True

参考文献

https://gammasoft.jp/blog/python3-function-annotations/
https://note.nkmk.me/python-function-annotations-typing/
https://gihyo.jp/dev/serial/01/pythonhacks/0007




以上の内容はhttps://dk521123.hatenablog.com/entry/2019/11/06/225512より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14