����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
a
'�Dg( � @ sZ d Z ddlmZ ddlmZ ddlmZmZ dddiiZdd � Z d
d� Z
e� Ze e� dS )
z�
cloud-init reporting framework
The reporting framework is intended to allow all parts of cloud-init to
report events in a structured manner.
� )�Type)�DictRegistry)�HandlerType�available_handlersZlogging�type�logc C sf | � � D ]X\}}|s$tj|dd� q|�� }tj|�d� }t�|� |f i |��}t�||� qdS )z�Update the instantiated_handler_registry.
:param config:
The dictionary containing changes to apply. If a key is given
with a False-ish value, the registered handler matching that name
will be unregistered.
T)�forcer N)�items�instantiated_handler_registryZunregister_item�copyr �registered_items�popZ
register_item)ZconfigZhandler_nameZhandler_config�cls�instance� r �@/usr/lib/python3.9/site-packages/cloudinit/reporting/__init__.py�update_configuration s ��
r c C s t j�� D ]} | �� q
d S )N)r
r �values�flush)Zhandlerr r r �flush_events- s r N)�__doc__�typingr Zcloudinit.registryr Zcloudinit.reporting.handlersr r ZDEFAULT_CONFIGr r r
r r r r �<module> s �| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.cpython-39.opt-1.pyc | File | 1.35 KB | 0644 |
|
| __init__.cpython-39.pyc | File | 1.35 KB | 0644 |
|
| events.cpython-39.opt-1.pyc | File | 8.75 KB | 0644 |
|
| events.cpython-39.pyc | File | 8.75 KB | 0644 |
|
| handlers.cpython-39.opt-1.pyc | File | 12.47 KB | 0644 |
|
| handlers.cpython-39.pyc | File | 12.47 KB | 0644 |
|