pyds.Set¶
- class pyds.Set(*values)¶
Bases: pyds.Value, collections.abc.MutableSet
Represents a PDS set value.
Methods
- Set.add(value)¶
Add value to the set.
- Set.discard(value)¶
Remove value from the set.
Special Methods
Bases: pyds.Value, collections.abc.MutableSet
Represents a PDS set value.
Methods
Add value to the set.
Remove value from the set.
Special Methods