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