Class: Python::Pickle::Instructions::Build
- Inherits:
-
Python::Pickle::Instruction
- Object
- Python::Pickle::Instruction
- Python::Pickle::Instructions::Build
- Defined in:
- lib/python/pickle/instructions/build.rb
Overview
Represents a pickle BUILD
instruction.
Instance Attribute Summary
Attributes inherited from Python::Pickle::Instruction
Instance Method Summary collapse
-
#initialize ⇒ Build
constructor
Initializes the
BUILD
instruction.
Methods inherited from Python::Pickle::Instruction
Constructor Details
#initialize ⇒ Build
Initializes the BUILD
instruction.
14 15 16 |
# File 'lib/python/pickle/instructions/build.rb', line 14 def initialize super(:BUILD) end |