◆ __le__()
| python.Utils.Campaign.__le__ |
( |
| self, |
|
|
| other ) |
Definition at line 24 of file Tools/Campaigns/python/Utils.py.
24 def __le__(self, other):
25 if not isinstance(other, Campaign):
26 return NotImplemented
27 return self.value <= other.value
28
29
◆ __lt__()
| python.Utils.Campaign.__lt__ |
( |
| self, |
|
|
| other ) |
Definition at line 19 of file Tools/Campaigns/python/Utils.py.
19 def __lt__(self, other):
20 if not isinstance(other, Campaign):
21 return NotImplemented
22 return self.value < other.value
23
◆ MC16a
| str python.Utils.Campaign.MC16a = 'mc16a' |
|
static |
◆ MC16d
| str python.Utils.Campaign.MC16d = 'mc16d' |
|
static |
◆ MC16e
| str python.Utils.Campaign.MC16e = 'mc16e' |
|
static |
◆ MC20a
| str python.Utils.Campaign.MC20a = 'mc20a' |
|
static |
◆ MC20d
| str python.Utils.Campaign.MC20d = 'mc20d' |
|
static |
◆ MC20e
| str python.Utils.Campaign.MC20e = 'mc20e' |
|
static |
◆ MC21a
| str python.Utils.Campaign.MC21a = 'mc21a' |
|
static |
◆ MC23a
| str python.Utils.Campaign.MC23a = 'mc23a' |
|
static |
◆ MC23c
| str python.Utils.Campaign.MC23c = 'mc23c' |
|
static |
◆ MC23d
| str python.Utils.Campaign.MC23d = 'mc23d' |
|
static |
◆ MC23e
| str python.Utils.Campaign.MC23e = 'mc23e' |
|
static |
◆ MC23g
| str python.Utils.Campaign.MC23g = 'mc23g' |
|
static |
◆ PhaseII
| str python.Utils.Campaign.PhaseII = 'phaseII' |
|
static |
◆ Unknown
| str python.Utils.Campaign.Unknown = '' |
|
static |
The documentation for this class was generated from the following file: