Definition at line 54 of file DataTypes.py.
◆ __init__()
| pyhelios.wrappers.DataTypes.int3.__init__ |
( |
| self, |
|
|
int | x = 0, |
|
|
int | y = 0, |
|
|
int | z = 0 ) |
◆ __new__()
| pyhelios.wrappers.DataTypes.int3.__new__ |
( |
| cls, |
|
|
| x = None, |
|
|
| y = None, |
|
|
| z = None ) |
Create only pass cls to prevent TypeError on Windows.
Definition at line 67 of file DataTypes.py.
◆ __repr__()
| str pyhelios.wrappers.DataTypes.int3.__repr__ |
( |
| self | ) |
|
◆ __str__()
| str pyhelios.wrappers.DataTypes.int3.__str__ |
( |
| self | ) |
|
◆ from_list()
| pyhelios.wrappers.DataTypes.int3.from_list |
( |
| self, |
|
|
List[int] | input_list ) |
◆ to_list()
| List[int] pyhelios.wrappers.DataTypes.int3.to_list |
( |
| self | ) |
|
◆ _fields_
| list pyhelios.wrappers.DataTypes.int3._fields_ |
|
staticprotected |
| pyhelios.wrappers.DataTypes.int3.x = x |
| pyhelios.wrappers.DataTypes.int3.y = y |
| pyhelios.wrappers.DataTypes.int3.z = z |
The documentation for this class was generated from the following file: