%PDF- %PDF-
| Direktori : /snap/core/17247/usr/lib/python3/dist-packages/cloudinit/__pycache__/ |
| Current File : //snap/core/17247/usr/lib/python3/dist-packages/cloudinit/__pycache__/persistence.cpython-35.pyc |
"�T`-
� @ s Gd d � d � Z d S)c @ sX e Z d Z d Z d Z d d � Z e d d d d � � Z e d d d
d � � Z d S)�CloudInitPickleMixina� Scaffolding for versioning of pickles.
This class implements ``__getstate__`` and ``__setstate__`` to provide
lightweight versioning of the pickles that are generated for classes which
use it. Versioning is done at the class level.
The current version of a class's pickle should be set in the class variable
``_ci_pkl_version``, as an int. If not overriden, it will default to 0.
On unpickle, the object's state will be restored and then
``self._unpickle`` is called with the version of the stored pickle as the
only argument: this is where classes should implement any deserialization
fixes they require. (If the stored pickle has no version, 0 is passed.)
� c C s&