![]() |
The Gaudi Framework
master (bb4415cc)
|


Public Member Functions | |
| __init__ (self, semantics) | |
| data (self) | |
| __len__ (self) | |
| __contains__ (self, value) | |
| __eq__ (self, other) | |
| __iter__ (self) | |
| add (self, value) | |
| discard (self, value) | |
| pop (self) | |
| opt_value (self) | |
| __repr__ (self) | |
Public Attributes | |
| value_semantics = semantics | |
| default = set() | |
| bool | is_dirty = False |
| data | |
Static Public Attributes | |
| union = MutableSet.__ior__ | |
| update = MutableSet.__ior__ | |
| intersection = MutableSet.__iand__ | |
| difference = MutableSet.__isub__ | |
| symmetric_difference = MutableSet.__ixor__ | |
Protected Attributes | |
| _data = set() | |
Definition at line 606 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.__init__ | ( | self, | |
| semantics ) |
Definition at line 607 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.__contains__ | ( | self, | |
| value ) |
Definition at line 627 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.__eq__ | ( | self, | |
| other ) |
Definition at line 630 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.__iter__ | ( | self | ) |
Definition at line 633 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.__len__ | ( | self | ) |
Definition at line 624 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.__repr__ | ( | self | ) |
Definition at line 654 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.add | ( | self, | |
| value ) |
Definition at line 637 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.data | ( | self | ) |
Definition at line 621 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.discard | ( | self, | |
| value ) |
Definition at line 641 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.opt_value | ( | self | ) |
Definition at line 651 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.pop | ( | self | ) |
Definition at line 646 of file semantics.py.
|
protected |
Definition at line 610 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.data |
Definition at line 625 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.default = set() |
Definition at line 609 of file semantics.py.
|
static |
Definition at line 617 of file semantics.py.
|
static |
Definition at line 616 of file semantics.py.
| bool GaudiConfig2.semantics._SetHelper.is_dirty = False |
Definition at line 611 of file semantics.py.
|
static |
Definition at line 618 of file semantics.py.
|
static |
Definition at line 614 of file semantics.py.
|
static |
Definition at line 615 of file semantics.py.
| GaudiConfig2.semantics._SetHelper.value_semantics = semantics |
Definition at line 608 of file semantics.py.