Public Member Functions | |
| bool | __eq__ (self, typing.Any other) |
| int | __getstate__ (self) |
| int | __hash__ (self) |
| int | __index__ (self) |
| None | __init__ (self, int value) |
| int | __int__ (self) |
| bool | __ne__ (self, typing.Any other) |
| str | __repr__ (self) |
| None | __setstate__ (self, int state) |
| str | __str__ (self) |
| str | name (self) |
| int | value (self) |
Static Public Attributes | |
| typing | Clockwise .ClassVar[BypassDirection] |
| typing | CounterClockwise .ClassVar[BypassDirection] |
Members: Clockwise CounterClockwise
| None mrmeshpy.BypassDirection.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.BypassDirection.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.BypassDirection.__getstate__ | ( | self | ) |
| int mrmeshpy.BypassDirection.__hash__ | ( | self | ) |
| int mrmeshpy.BypassDirection.__index__ | ( | self | ) |
| int mrmeshpy.BypassDirection.__int__ | ( | self | ) |
| bool mrmeshpy.BypassDirection.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.BypassDirection.__repr__ | ( | self | ) |
| None mrmeshpy.BypassDirection.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.BypassDirection.__str__ | ( | self | ) |
| str mrmeshpy.BypassDirection.name | ( | self | ) |
| int mrmeshpy.BypassDirection.value | ( | self | ) |
|
static |
|
static |