Class: Python::Pickle::Instructions::Tuple
- Inherits:
-
Python::Pickle::Instruction
- Object
- Python::Pickle::Instruction
- Python::Pickle::Instructions::Tuple
- Defined in:
- lib/python/pickle/instructions/tuple.rb
Overview
Represents a pickle TUPLE instruction.
Instance Attribute Summary
Attributes inherited from Python::Pickle::Instruction
Instance Method Summary collapse
-
#initialize ⇒ Tuple
constructor
Initializes the
TUPLEinstruction.
Methods inherited from Python::Pickle::Instruction
Constructor Details
#initialize ⇒ Tuple
Initializes the TUPLE instruction.
14 15 16 |
# File 'lib/python/pickle/instructions/tuple.rb', line 14 def initialize super(:TUPLE) end |