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