Closed K-dash closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.04%. Comparing base (
ac3c68f
) to head (f3576af
). Report is 13 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
examplesのunion.py内に以下のような簡単なOptional型の例を追加するのはいかがでしょうか?
賛成です :raised_hands:
Related to https://github.com/yukinarit/pyserde/issues/545
types.md
の日本語版Docを作成しました。確認と相談
脚注の5(Optional型)のリンクが存在しなかったため、暫定的に脚注6(Union型)のexamples/union.pyへのリンクを差し込みました。 こちら、脚注5(Optional型)のexampleが存在しないのは意図されているものでしょうか? もし意図されていない場合、examplesの
union.py
内に以下のような簡単なOptional型の例を追加するのはいかがでしょうか? (OptionalはNoneとのUnionなので、Optionalのexampleを新規に作るのは仰々しいかなと思った次第です)レビューをお願いします 🙏