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 | InternalError .ClassVar[PathError] |
| typing | StartEndNotConnected .ClassVar[PathError] |
Members: StartEndNotConnected : no path can be found from start to end, because they are not from the same connected component InternalError : report to developers for investigation
| None mrmeshpy.PathError.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.PathError.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.PathError.__getstate__ | ( | self | ) |
| int mrmeshpy.PathError.__hash__ | ( | self | ) |
| int mrmeshpy.PathError.__index__ | ( | self | ) |
| int mrmeshpy.PathError.__int__ | ( | self | ) |
| bool mrmeshpy.PathError.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.PathError.__repr__ | ( | self | ) |
| None mrmeshpy.PathError.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.PathError.__str__ | ( | self | ) |
| str mrmeshpy.PathError.name | ( | self | ) |
| int mrmeshpy.PathError.value | ( | self | ) |
|
static |
|
static |