Server IP : 184.154.167.98 / Your IP : 18.118.12.124 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib64/python3.6/site-packages/pygtkcompat/__pycache__/ |
Upload File : |
3 ��<_�T � @ s d Z ddlZddlZy>ddlmZ e ej� � ejd� ddlmZ W dQ R X W n$ e k rv ddlmZ e Y nX ddl Z ddlmZ g Z g Ze� Zi Zdd� Zd d � Zd$dd �Zd%dd�Zdd� Zdd� Zd&dd�Zdd� Zdd� Zd'dd�Zdd� Zd d!� Zd"d#� ZdS )(a� PyGTK compatibility layer. This modules goes a little bit longer to maintain PyGTK compatibility than the normal overrides system. It is recommended to not depend on this layer, but only use it as an intermediate step when porting your application to PyGI. Compatibility might never be 100%, but the aim is to make it possible to run a well behaved PyGTK application mostly unmodified on top of PyGI. � N)�UserList�ignore)�reload)�GObjectc C s, t | |t�}t| ||� tj| ||f� d S )N)�getattr�_unset�setattr�_patches�append)�obj�name� new_value� old_value� r �#/usr/lib64/python3.6/pygtkcompat.py�_patch<