Цi @ d Z ddlmZ ddlmZ ddlmZmZmZ ddlm Z ddl
mZ ddlZddlm
Z
dd lmZmZ ddlZddlZddlZddlZg d
Z ddlmZ ej1 d d
ZeefZdZg dZdZ dZ! G d de" Z# G d de# Z$ G d de# Z% G d de" Z&dZ'dZ(dZ)dZ*dZ+d Z,d!Z-d"Z.d#Z/d$Z0d%Z1d&Z2d'Z3d(Z4d)Z5d*Z6d+Z7d,Z8d-Z9d.Z:d/Z;d0Zd3Z?d4Z@d5ZAd6ZBd7ZCd8ZDd9ZEd:ZFd;ZGdZJd?ZKd@ZLdAZMdBZNdCZOdDZPdEZQdFZRdGZSdHZTdIZUdJZVdKZWdLZXdMZYdNZZdOZ[dPZ\dQZ]eMeWeXeYgZ^dRZ_dSZ`dTZadUZbdVZcdWZddXZedYZfdZZgd[Zhd\Zid]Zjd^Zkd_Zld`Zmej eo D cg c] } ej da| s| c} G db dc Zq G dd de Zrdf Zsdg Ztdh Zudi Zv G dj dk Zw G dl dm Zxdd
ddndoZydd
ddndpZzd
dqdrddsdtZ{d
dqdrddsduZ| dd
lm#Z#m$Z$m%Z%m}Z}m~Z~mZmZmZmZ dv Zedwk( rddlZ ej dxy Zej dzd{d|} ej d~ddd ej ddd ej Zej r e yej sej yddlZej D ]S Zedk( r eej j" Zn eed 5 Z ee Zddd ej e U yy# e$ r dZY w xY wc c} w # e$ r ewexcZ}Z~eyeze{e|f\ ZZZZY :w xY w# 1 sw Y OxY w)a Create portable serialized representations of Python objects.
See module copyreg for a mechanism for registering custom picklers.
See module pickletools source for extensive comments.
Classes:
Pickler
Unpickler
Functions:
dump(object, file)
dumps(object) -> string
load(file) -> object
loads(bytes) -> object
Misc variables:
__version__
format_version
compatible_formats
)FunctionType)dispatch_table)_extension_registry_inverted_registry_extension_cache)islice)partialN)maxsize)packunpack) PickleError
PicklingErrorUnpicklingErrorPickler Unpicklerdumpdumpsloadloads)PickleBufferr TF4.0)z1.0z1.1z1.2z1.3z2.0z3.0r z5.0 c e Zd ZdZy)r
z6A common base class for the other pickling exceptions.N__name__
__module____qualname____doc__ /usr/lib/python3.12/pickle.pyr
r
I s @r! r
c e Zd ZdZy)r z]This exception is raised when an unpicklable object is passed to the
dump() method.
Nr r r! r" r r M s r! r c e Zd ZdZy)r a This exception is raised when there is a problem unpickling an object,
such as a security violation.
Note that other exceptions may also be raised during unpickling, including
(but not necessarily limited to) AttributeError, EOFError, ImportError,
and IndexError.
Nr r r! r" r r T s r! r c e Zd Zd Zy)_Stopc || _ y N)valueselfr) s r" __init__z_Stop.__init__b s
r! N)r r r r, r r! r" r&