✏️ 正在编辑: pygtkcompat.cpython-36.opt-1.pyc
路径:
/lib64/python3.6/site-packages/pygtkcompat/__pycache__/pygtkcompat.cpython-36.opt-1.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<