Class: Python::Pickle::Instructions::BinPersID

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

Overview

Note:

introduced in protocol 0.

Represents the BINPERSID instruction.

Since:

  • 0.2.0

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

#initializeBinPersID

Initializes the BINPERSID instruction.

Since:

  • 0.2.0



19
20
21
# File 'lib/python/pickle/instructions/bin_persid.rb', line 19

def initialize
  super(:BINPERSID)
end