Class: Python::Pickle::Instructions::Dict

Inherits:
Python::Pickle::Instruction show all
Defined in:
lib/python/pickle/instructions/dict.rb

Instance Attribute Summary

Attributes inherited from Python::Pickle::Instruction

#opcode

Instance Method Summary collapse

Methods inherited from Python::Pickle::Instruction

#==, #inspect, #to_s

Constructor Details

#initializeDict

Returns a new instance of Dict.



8
9
10
# File 'lib/python/pickle/instructions/dict.rb', line 8

def initialize
  super(:DICT)
end