Server : Apache System : Linux dedi-14684855.grupobig.com 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : grupo692 ( 1004) PHP Version : 8.3.33 Disable Function : NONE Directory : /lib/python3.9/site-packages/ansible/utils/__pycache__/ |
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&