Viewing File: /usr/lib/python2.7/site-packages/passlib/utils/decor.pyo
ó
Ž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__&