We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033ca4b commit 88821bbCopy full SHA for 88821bb
2 files changed
src/pruna/engine/load_artifacts.py
@@ -105,6 +105,9 @@ class LOAD_ARTIFACTS_FUNCTIONS(Enum): # noqa: N801
105
The type of the enum.
106
start : int
107
The start index for auto-numbering enum values.
108
+ boundary : enum.FlagBoundary or None
109
+ Boundary handling mode used by the Enum functional API for Flag and
110
+ IntFlag enums.
111
112
Examples
113
--------
src/pruna/engine/save_artifacts.py
@@ -110,6 +110,9 @@ class SAVE_ARTIFACTS_FUNCTIONS(Enum): # noqa: N801
114
115
116
117
118
0 commit comments