Class: Python::Pickle::Instructions::Tuple3

Inherits:
Python::Pickle::Instruction show all
Defined in:
lib/python/pickle/instructions/tuple3.rb

Overview

Represents a pickle TUPLE3 instruction.

Instance Attribute Summary

Attributes inherited from Python::Pickle::Instruction

#opcode

Instance Method Summary collapse

Methods inherited from Python::Pickle::Instruction

#==, #inspect, #to_s

Constructor Details

#initializeTuple3

Initializes the TUPLE3 instruction.



14
15
16
# File 'lib/python/pickle/instructions/tuple3.rb', line 14

def initialize
  super(:TUPLE3)
end