Server IP : 192.158.238.246 / Your IP : 3.16.90.150 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python3.6/site-packages/tuned/__pycache__/ |
Upload File : |
3 �<�eO � @ s G d d� de �ZdS )c @ s( e Zd ZdZdZdd� Zedd� �ZdS )� Singletonz Singleton design pattern. Nc C s | j tkrtd��d S )NzCannot instantiate directly.)� __class__r � TypeError)�self� r �/usr/lib/python3.6/patterns.py�__init__ s zSingleton.__init__c C s | j dkr| � | _ | j S )zGet the class instance.N)� _instance)�clsr r r �get_instance s zSingleton.get_instance)�__name__� __module__�__qualname__�__doc__r r �classmethodr r r r r r s r N)�objectr r r r r �<module> s