Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
lib64
/
python3.6
/
site-packages
/
pygtkcompat
/
__pycache__
[ HOME ]
Exec
Submit
pygtkcompat.cpython-36.pyc
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<