Class: Python::Pickle::Instructions::Dict
- Inherits:
-
Python::Pickle::Instruction
- Object
- Python::Pickle::Instruction
- Python::Pickle::Instructions::Dict
- Defined in:
- lib/python/pickle/instructions/dict.rb
Instance Attribute Summary
Attributes inherited from Python::Pickle::Instruction
Instance Method Summary collapse
-
#initialize ⇒ Dict
constructor
A new instance of Dict.
Methods inherited from Python::Pickle::Instruction
Constructor Details
#initialize ⇒ Dict
Returns a new instance of Dict.
8 9 10 |
# File 'lib/python/pickle/instructions/dict.rb', line 8 def initialize super(:DICT) end |