Variable¶ class Variable¶ Methods __init__ Attributes id id property lower_bound lower_bound property name name property type type property upper_bound upper_bound property __eq__(self, arg: object, /) → bool¶ __eq__ パラメータ: arg (object) 戻り値の型: bool __init__(*args, **kwargs)¶ __ne__(self, arg: object, /) → bool¶ __ne__ パラメータ: arg (object) 戻り値の型: 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