Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.6/site-packages/pydbus/__pycache__/ |
Upload File : |
3 ָVX � @ sD d Z G dd� de�ZG dd� de�ZG dd� de�Zee� j�ZdS )z{Generic programming utilities. Utilities implemented in this file are not dependent on dbus, they can be used everywhere. c @ s8 e Zd ZdZdd� Zdd� Zdd� Zd d � Zdd� Zd S )�subscription� callback_list�callbackc C s || _ || _| j j|� d S )N)r r �append)�selfr r � r �/usr/lib/python3.6/generic.py�__init__ s zsubscription.__init__c C s | j j| j� d | _ d | _d S )N)r �remover )r r r r �unsubscribe s zsubscription.unsubscribec C s | j � dS )zAn alias for unsubscribe()N)r )r r r r � disconnect s zsubscription.disconnectc C s | S )Nr )r r r r � __enter__ s zsubscription.__enter__c C s | j d k r| j� d S )N)r r )r �exc_type� exc_value� tracebackr r r �__exit__ s zsubscription.__exit__N)r r ) �__name__� __module__�__qualname__� __slots__r r r r r r r r r r s r c @ sD e Zd ZdZdd� Zedd� �Zdd� Zd d � Zdd� Z d d� Z dS )�bound_signal� __signal__�__self__c C s || _ || _d S )N)r r )r �signal�instancer r r r "