|
| __str__ (self) |
|
| __eq__ (self, other) |
| Comparison breaks for the other objects, level unit, level ref name, etc as these are tuples / a single string.
|
|
| toInt (self) |
| Convert quantity to its specific enum integer value.
|
|
Definition at line 60 of file lasp_common.py.
◆ __eq__()
lasp.lasp_common.Qty.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
Comparison breaks for the other objects, level unit, level ref name, etc as these are tuples / a single string.
Definition at line 79 of file lasp_common.py.
◆ __str__()
lasp.lasp_common.Qty.__str__ |
( |
|
self | ) |
|
◆ toInt()
lasp.lasp_common.Qty.toInt |
( |
|
self | ) |
|
Convert quantity to its specific enum integer value.
Definition at line 89 of file lasp_common.py.
◆ cpp_enum
◆ level_ref_name
object lasp.lasp_common.Qty.level_ref_name |
|
static |
◆ level_ref_value
object lasp.lasp_common.Qty.level_ref_value |
|
static |
◆ level_unit
object lasp.lasp_common.Qty.level_unit |
|
static |
◆ name [1/2]
str lasp.lasp_common.Qty.name |
|
static |
◆ name [2/2]
lasp.lasp_common.Qty.name |
◆ unit_name [1/2]
str lasp.lasp_common.Qty.unit_name |
|
static |
◆ unit_name [2/2]
lasp.lasp_common.Qty.unit_name |
◆ unit_symb
str lasp.lasp_common.Qty.unit_symb |
|
static |
The documentation for this class was generated from the following file: