You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Add support for enumerations.
Enum type: category, name, label, description, type(?)
Enum entry: name, value/tag, label, description
To do:
enums.csv
Note for the Python writer: in the
__init__
method we need to consider special initialization before the python/mypy#741 is closed.The text was updated successfully, but these errors were encountered: