We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
5147bc3
Add support for Python typing.Literal types, e.g. Literal[""].
typing.Literal
Literal[""]
Mixing Literal types, e.g. Literal["", 42] is NOT supported.
Literal["", 42]