Your IP : 216.73.216.213
/U�U � @ s Gd d � d e � Z d S)c @ s1 e Z d Z d Z d d � Z d d d � Z d S)�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.
c C s | | _ | j | _ d S)N)�wrapped�__doc__)�selfr � r �@/opt/alt/python35/lib/python3.5/site-packages/wheel/decorator.py�__init__
s zreify.__init__Nc C s9 | d k r | S| j | � } t | | j j | � | S)N)r �setattr�__name__)r �instZobjtype�valr r r �__get__ s
z
reify.__get__)r �
__module__�__qualname__r r r r r r r r s r N)�objectr r r r r �<module> s