csc.domain.IntervalActionOnChange

class csc.domain.IntervalActionOnChange

IntervalActionOnChange enum

Fixing = 0, DoNothing = 1

Members:

Fixing

DoNothing

__init__(self: csc.domain.IntervalActionOnChange, value: int) None

Methods

__init__(self, value)

Attributes

DoNothing

Fixing

name

value

DoNothing = <IntervalActionOnChange.DoNothing: 1>
Fixing = <IntervalActionOnChange.Fixing: 0>
__annotations__ = {}
__eq__(self: object, other: object) bool
__getstate__(self: object) int
__hash__(self: object) int
__index__(self: csc.domain.IntervalActionOnChange) int
__init__(self: csc.domain.IntervalActionOnChange, value: int) None
__int__(self: csc.domain.IntervalActionOnChange) int
__members__ = {'DoNothing': <IntervalActionOnChange.DoNothing: 1>, 'Fixing': <IntervalActionOnChange.Fixing: 0>}
__module__ = 'csc.domain'
__ne__(self: object, other: object) bool
__repr__(self: object) str
__setstate__(self: csc.domain.IntervalActionOnChange, state: int) None
__str__()

name(self: handle) -> str

property name
property value