The "enum" type in Python lets you create variables constrained to a predefined range of values. Learn how this built-in Python type can be used to express the state of something, whether as a string, ...
The current Python code generator does not emit `__init__.py` files for modules that only contain enumerations. This is problematic in cases such as #16221, whereby `pulumi-command` wishes to define ...
mypy does not infer enum values correctly. E.g. It would be reasonable to expect that IntEnum subclasses have their raw values as ints. Instead, mypy detects it as a literal of whatever it sees. This ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results