| Server IP : 172.67.134.116 / Your IP : 216.73.216.214 Web Server : Apache System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : nobi37te ( 1003) PHP Version : 8.2.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/passlib/utils/__pycache__/ |
Upload File : |
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__&