/usr/lib/python3/dist-packages/cloudinit/__pycache__
NameSizeModeActions
apport.cpython-310.pyc73170644editdlrm
atomic_helper.cpython-310.pyc28780644editdlrm
cloud.cpython-310.pyc31990644editdlrm
dmi.cpython-310.pyc63100644editdlrm
event.cpython-310.pyc20760644editdlrm
features.cpython-310.pyc16680644editdlrm
gpg.cpython-310.pyc69120644editdlrm
helpers.cpython-310.pyc136850644editdlrm
importer.cpython-310.pyc17760644editdlrm
lifecycle.cpython-310.pyc83840644editdlrm
netinfo.cpython-310.pyc140660644editdlrm
performance.cpython-310.pyc36670644editdlrm
persistence.cpython-310.pyc29310644editdlrm
registry.cpython-310.pyc14820644editdlrm
safeyaml.cpython-310.pyc79310644editdlrm
settings.cpython-310.pyc11850644editdlrm
signal_handler.cpython-310.pyc26890644editdlrm
simpletable.cpython-310.pyc26880644editdlrm
socket.cpython-310.pyc47440644editdlrm
ssh_util.cpython-310.pyc158150644editdlrm
stages.cpython-310.pyc275610644editdlrm
subp.cpython-310.pyc99720644editdlrm
templater.cpython-310.pyc63740644editdlrm
temp_utils.cpython-310.pyc28370644editdlrm
type_utils.cpython-310.pyc4710644editdlrm
url_helper.cpython-310.pyc291510644editdlrm
user_data.cpython-310.pyc85150644editdlrm
util.cpython-310.pyc708780644editdlrm
version.cpython-310.pyc4660644editdlrm
warnings.cpython-310.pyc33760644editdlrm
__init__.cpython-310.pyc1450644editdlrm
Edit: /usr/lib/python3/dist-packages/cloudinit/__pycache__/registry.cpython-310.pyc (1482B)
o ƒtÖhþã@sddlZGdd„dƒZdS)éNc@s>eZdZdZdd„Zdd„Zdd„Zdd d „Zed d „ƒZ d S)Ú DictRegistryz+A simple registry for a mapping of objects.cCs | ¡dS©N)Úreset©Úself©rú4/usr/lib/python3/dist-packages/cloudinit/registry.pyÚ__init__ s zDictRegistry.__init__cCs i|_dSr)Ú_itemsrrrrrs zDictRegistry.resetcCs&||jvr td |¡ƒ‚||j|<dS)zAdd item to the registry.z$Item already registered with key {0}N)r Ú ValueErrorÚformat)rÚkeyÚitemrrrÚ register_items ÿzDictRegistry.register_itemTcCs*||jvr |j|=dS|std|ƒ‚dS)zRemove item from the registry.z!%s: key not present to unregisterN)r ÚKeyError)rr ÚforcerrrÚunregister_items   ÿzDictRegistry.unregister_itemcCs t |j¡S)zvAll the items that have been registered. This cannot be used to modify the contents of the registry. )Úcopyr rrrrÚregistered_items s zDictRegistry.registered_itemsN)T) Ú__name__Ú __module__Ú __qualname__Ú__doc__r rrrÚpropertyrrrrrrs r)rrrrrrÚs