Your IP : 216.73.216.213


Current Path : /opt/alt/python35/lib/python3.5/site-packages/wheel/__pycache__/
Upload File :
Current File : //opt/alt/python35/lib/python3.5/site-packages/wheel/__pycache__/decorator.cpython-35.pyc



/U�U�@sGdd�de�ZdS)c@s1eZdZdZdd�Zddd�ZdS)�reifyz�Put the result of a method which uses this (non-data)
    descriptor decorator in the instance dict after the first call,
    effectively replacing the decorator with an instance variable.
    cCs||_|j|_dS)N)�wrapped�__doc__)�selfr�r�@/opt/alt/python35/lib/python3.5/site-packages/wheel/decorator.py�__init__
s	zreify.__init__NcCs9|dkr|S|j|�}t||jj|�|S)N)r�setattr�__name__)r�instZobjtype�valrrr�__get__s
z
reify.__get__)r	�
__module__�__qualname__rrrrrrrrsrN)�objectrrrrr�<module>s