問題タブ [mypy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
1472 問題
0
投票する
1
に答える
3254
参照
python - Python 型注釈: タプルの項目をオプションとしてマークする
2 タプルを返す関数がありますが、オプションで 3 タプルを返します。これを型注釈でどのように記述すればよいでしょうか?
例えば:
以下のように Union を使用できますが、かなり面倒です。