top

PEP-3107 提出了 Function annotation

Python 3 的 PEP-3107 提出了 Function annotation,可以加入型態資訊,作為工具分析,以及執行時期型態檢查…
http://www.facebook.com/groups/ ... /10152351085733438/

像 python-rightarrow 這類的程式庫,使用特定格式字串(或註解)來加註型態資訊,工具支援的程度如何呢?
http://github.com/kennknowles/python-rightarrow

TOP