Class: Python::Pickle::Instructions::AddItems
- Inherits:
-
Python::Pickle::Instruction
- Object
- Python::Pickle::Instruction
- Python::Pickle::Instructions::AddItems
- Defined in:
- lib/python/pickle/instructions/add_items.rb
Overview
Note:
Introduced in protocol 4.
Represents a pickle ADDITEMS
instruction.
Instance Attribute Summary
Attributes inherited from Python::Pickle::Instruction
Instance Method Summary collapse
-
#initialize ⇒ AddItems
constructor
Initializes the
ADDITEMS
instruction.
Methods inherited from Python::Pickle::Instruction
Constructor Details
#initialize ⇒ AddItems
Initializes the ADDITEMS
instruction.
16 17 18 |
# File 'lib/python/pickle/instructions/add_items.rb', line 16 def initialize super(:ADDITEMS) end |