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 | milliseconds .ClassVar[TimeUnit] |
| typing | seconds .ClassVar[TimeUnit] |
Static Protected Attributes | |
| typing | _count .ClassVar[TimeUnit] |
Members: seconds milliseconds _count
| None mrmeshpy.TimeUnit.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.TimeUnit.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.TimeUnit.__getstate__ | ( | self | ) |
| int mrmeshpy.TimeUnit.__hash__ | ( | self | ) |
| int mrmeshpy.TimeUnit.__index__ | ( | self | ) |
| int mrmeshpy.TimeUnit.__int__ | ( | self | ) |
| bool mrmeshpy.TimeUnit.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.TimeUnit.__repr__ | ( | self | ) |
| None mrmeshpy.TimeUnit.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.TimeUnit.__str__ | ( | self | ) |
| str mrmeshpy.TimeUnit.name | ( | self | ) |
| int mrmeshpy.TimeUnit.value | ( | self | ) |
|
staticprotected |
|
static |
|
static |