Searched refs:_Instruction (Results 1 – 5 of 5) sorted by relevance
184 _Instruction = collections.namedtuple("_Instruction", variable187 _Instruction.opname.__doc__ = "Human readable name for operation"188 _Instruction.opcode.__doc__ = "Numeric code for operation"189 _Instruction.arg.__doc__ = "Numeric argument to operation (if any), otherwise None"190 _Instruction.argval.__doc__ = "Resolved arg value (if known), otherwise same as arg"191 _Instruction.argrepr.__doc__ = "Human readable description of operation argument"192 _Instruction.offset.__doc__ = "Start index of operation within bytecode sequence"193 _Instruction.starts_line.__doc__ = "Line started by this opcode (if any), otherwise None"194 _Instruction.is_jump_target.__doc__ = "True if other code jumps to here, otherwise False"199 class Instruction(_Instruction):
712 .. _Instruction Selection:
3681 .. _Instruction:
3092 .. _Instruction: