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