Skip to content

bloqade.lanes.analysis.atom.lattice.Value

← Module overview

classValuesource

bloqade.lanes.analysis.atom.lattice.Value

Bases: MoveExecution

class Value(value: Any)

Parameters

NameTypeDescription
valueAny

Attributes

NameTypeDescription
valueAny

methodis_subseteq_Valuesource

bloqade.lanes.analysis.atom.lattice.Value.is_subseteq_Value

def is_subseteq_Value(elem: Value) -> bool

Parameters

NameTypeDescription
elemValue

Returns

bool

source

methodis_structurally_equalsource

bloqade.lanes.analysis.atom.lattice.Value.is_structurally_equal

Signature
def is_structurally_equal(other: MoveExecution, context: dict | None = None) -> bool

Parameters

NameTypeDefaultDescription
otherMoveExecutionrequired
contextdict | NoneNone

Returns

bool

source

methodcopysource

bloqade.lanes.analysis.atom.lattice.Value.copy

def copy()
source