We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AllowAllConductors
SkipDSSClass
IncludeDSSClass
1 parent 87ed8bb commit 0ac4f45Copy full SHA for 0ac4f45
1 file changed
dss_python_backend/enums.py
@@ -344,9 +344,9 @@ class DSSJSONFlags(IntFlag):
344
Exclude disabled elements (only valid when exporting a collection)
345
"""
346
347
- SkipDSSClass = 0x00000040
+ IncludeDSSClass = 0x00000040
348
349
- Do not add the "DSSClass" property to the output
+ Add "DSSClass" property to the output objects
350
351
352
LowercaseKeys = 0x00000080
@@ -609,7 +609,7 @@ class SetterFlags(IntFlag):
609
- Null pointers for strings (in this case, use a `"\\0"` string for empty strings)
610
611
612
- AllowAllConductors = 0x80000000
+ AllowAllConductors = 0x40000000
613
614
Used internally for the "Wires" property ("Conductors").
615
This was left public in case someone tries to implement some internal aspects in
0 commit comments