관리-도구
편집 파일: 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&