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