Class: Python::Pickle::Instructions::Obj
- Inherits:
-
Python::Pickle::Instruction
- Object
- Python::Pickle::Instruction
- Python::Pickle::Instructions::Obj
- Defined in:
- lib/python/pickle/instructions/obj.rb
Overview
Note:
introduced in protocol 0.
Represents a pickle OBJ
instruction.
Instance Attribute Summary
Attributes inherited from Python::Pickle::Instruction
Instance Method Summary collapse
-
#initialize ⇒ Obj
constructor
Initializes the
OBJ
instruction.
Methods inherited from Python::Pickle::Instruction
Constructor Details
#initialize ⇒ Obj
Initializes the OBJ
instruction.
18 19 20 |
# File 'lib/python/pickle/instructions/obj.rb', line 18 def initialize super(:OBJ) end |