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 | Any .ClassVar[TunnelLoopType] |
| typing | Inner .ClassVar[TunnelLoopType] |
| typing | Outer .ClassVar[TunnelLoopType] |
Members: Any Outer : handle-like Inner : tunnel-like
| None mrmeshpy.TunnelLoopType.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.TunnelLoopType.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.TunnelLoopType.__getstate__ | ( | self | ) |
| int mrmeshpy.TunnelLoopType.__hash__ | ( | self | ) |
| int mrmeshpy.TunnelLoopType.__index__ | ( | self | ) |
| int mrmeshpy.TunnelLoopType.__int__ | ( | self | ) |
| bool mrmeshpy.TunnelLoopType.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.TunnelLoopType.__repr__ | ( | self | ) |
| None mrmeshpy.TunnelLoopType.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.TunnelLoopType.__str__ | ( | self | ) |
| str mrmeshpy.TunnelLoopType.name | ( | self | ) |
| int mrmeshpy.TunnelLoopType.value | ( | self | ) |
|
static |
|
static |
|
static |