Closed apt1002 closed 5 years ago
instruction.Instruction has a property value that breaks the contract for an Enum. This was done to assist with code_util.enum_to_python(). Instead, use the new int_extractor parameter of that function.
instruction.Instruction
value
code_util.enum_to_python()
int_extractor
Fixed in #257.
instruction.Instruction
has a propertyvalue
that breaks the contract for an Enum. This was done to assist withcode_util.enum_to_python()
. Instead, use the newint_extractor
parameter of that function.