Файловый менеджер - Редактировать - /usr/lib/python3.9/site-packages/ansible/utils/__pycache__/singleton.cpython-39.pyc
�азад
a �)g� � @ s8 d dl mZmZmZ eZd dlmZ G dd� de�ZdS )� )�absolute_import�division�print_function)�RLockc s, e Zd ZdZ� fdd�Z� fdd�Z� ZS )� Singletonz�Metaclass for classes that wish to implement Singleton functionality. If an instance of the class exists, it's returned, otherwise a single instance is instantiated and returned. c s&