Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
local
/
lib
/
python3.10
/
dist-packages
/
ansible
/
utils
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: singleton.cpython-310.pyc
o O�ha � @ s, d dl mZ d dlmZ G dd� de�ZdS )� )�annotations)�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&