Variable#

class Variable#

Methods

Attributes

id

id property

lower_bound

lower_bound property

name

name property

type

type property

upper_bound

upper_bound property

__eq__(self, arg: Variable, /) bool#

__eq__

パラメータ:

arg (Variable) --

戻り値の型:

bool

__init__(*args, **kwargs)#
__ne__(self, arg: Variable, /) bool#

__ne__

パラメータ:

arg (Variable) --

戻り値の型:

bool

__repr__(self) str#

__repr__

戻り値の型:

str

__str__(self) str#

__str__

戻り値の型:

str

property id#

id property

戻り値の型:

int

property lower_bound#

lower_bound property

戻り値の型:

float | None

property name#

name property

戻り値の型:

str

property type#

type property

戻り値の型:

VariableType

property upper_bound#

upper_bound property

戻り値の型:

float | None