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