관리-도구
편집 파일: decor.cpython-39.pyc
a f�Wc� � @ s� d Z ddlmZmZmZ ddlZe�e�Zddl m Z mZ ddlZddl mZ ddlmZ g d�ZG dd � d e�ZG d d� de�Zdd � ZG dd� de�Zddd�Zddd�ZdS )z7 passlib.utils.decor -- helper decorators & properties � )�absolute_import�division�print_functionN)�wraps�update_wrapper)�warn)�PY3)� classproperty� hybrid_method�memoize_single_value�memoized_property�deprecated_function�deprecated_methodc @ s, e Zd ZdZdd� Zdd� Zedd� �ZdS ) r zjFunction decorator which acts like a combination of classmethod+property (limited to read-only properties)c C s || _ d S �N��im_func��self�func� r �7/usr/lib/python3.9/site-packages/passlib/utils/decor.py�__init__# s zclassproperty.__init__c C s | � |�S r r �r �obj�clsr r r �__get__&