pickletools

package
v1.8.2-0...-f7776fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2024 License: GPL-2.0, GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package pickletools provides utilities related to python pickles.

It complements package ogórek (github.com/kisielk/og-rek).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Xint64

func Xint64(xv interface{}) (v int64, ok bool)

Xint64 tries to convert unpickled value to int64.

(ogórek decodes python long as big.Int)

func Xstrbytes

func Xstrbytes(x interface{}) (string, error)

Xstrbytes verifies and extacts str|bytes from unpickled value.

func Xstrbytes8

func Xstrbytes8(x interface{}) (uint64, error)

Xstrbytes8 verifies and extracts [8](str|bytes) from unpickled value as big-endian u64.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL