Pickle.jl
  • Home
  • Internal
    • Stack Machine
    • OpCodes
Version
  • Internal
  • Stack Machine
  • Stack Machine
GitHub

Stack Machine

The pickle is composed of opcodes and arguments that control over stack machine. A stack machine will be executed with commands and rebuild the same object.

Pickle.OpCodes.OpCode — Type

OpCodes of Pickle stack machine.

source
Pickle.OpCodes.argument — Method
argument(::OpCode)

return the argument reader of an OpCode.

source
Pickle.OpCodes.genops — Function
genops(io::IO, yield_end_pos=false)

Generate/Dump all the opcode from pickle io.

source
« HomeOpCodes »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.4.1 on Tuesday 7 May 2024. Using Julia version 1.10.3.