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.
show_flag_values
enum
1 parent 543f7f2 commit 1d548aaCopy full SHA for 1d548aa
stdlib/enum.pyi
@@ -309,6 +309,7 @@ if sys.version_info >= (3, 11):
309
def global_enum(cls: _EnumerationT, update_str: bool = False) -> _EnumerationT: ...
310
def global_enum_repr(self: Enum) -> str: ...
311
def global_flag_repr(self: Flag) -> str: ...
312
+ def show_flag_values(value: int) -> list[int]: ...
313
314
if sys.version_info >= (3, 12):
315
# The body of the class is the same, but the base classes are different.
0 commit comments