ValueOpcodeDocumentSet

class dsviper.ValueOpcodeDocumentSet

Bases: object

A class used to represent the type and the arguments of an opcode.

Note: Not directly instantiable.

arguments(definitions: DefinitionsConst) tuple[Attachment, ValueKey, Value]

Return the tuple(attachment, key, value).

key() ValueOpcodeKey

Return the key.

type() str

Return the type.

value() Value

Return the value.