Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Improve typing hints #537
Improve typing hints #537
Conversation
Use |
73689e0
to
e517d3b
ecc796c
to
a26e648
a26e648
to
d4d9310
36df8dc
to
e45fea1
Proposed changes
type1 or type2
toUnion[type1, type2]
because the first one is not a valid syntax for typing hints (though it does not give any SyntaxError).Union[type1, None]
toOptional[type1]
as proposed in #537 (review).