Current File : //usr/lib/python2.7/site-packages/passlib/utils/decor.pyc |
�
�Xc @` s d Z d d l m Z m Z m Z d d l Z e j e � Z d d l m
Z
m Z d d l Z d d l
m Z d d l m Z d d d d
d d g Z d e f d
� � YZ d e f d � � YZ d � Z d
e f d � � YZ d d d e d e d d � Z d d d e d d � Z d S( s7
passlib.utils.decor -- helper decorators & properties
i ( t absolute_importt divisiont print_functionN( t wrapst update_wrapper( t warn( t PY3t
classpropertyt
hybrid_methodt memoize_single_valuet memoized_propertyt deprecated_functiont deprecated_methodc B` s/ e Z d Z d � Z d � Z e d � � Z RS( sj Function decorator which acts like a combination of classmethod+property (limited to read-only properties)c C` s
| | _ d S( N( t im_func( t selft func( ( s7 /usr/lib/python2.7/site-packages/passlib/utils/decor.pyt __init__# s c C` s
| j | � S( N( R
( R t objt cls( ( s7 /usr/lib/python2.7/site-packages/passlib/utils/decor.pyt __get__&