← Back
Editing: decorators.cpython-311.pyc
� �|�e� � �r � d Z ddlmZmZmZ G d� de� � Zd� Zd� Zdd�Z d � Z d � Zd� Zd� Z d � Zd� ZdS )zCFunctions that help with dynamically creating decorators for views.� )�partial�update_wrapper�wrapsc � � � e Zd Zd� fd� Z� xZS )�classonlymethodNc �j �� |�t d� � �t � � � ||� � S )Nz=This method is available only on the class, not on instances.)�AttributeError�super�__get__)�self�instance�cls� __class__s ��9/usr/lib/python3/dist-packages/django/utils/decorators.pyr zclassonlymethod.__get__ s0 �� ��� �!`�a�a�a��w�w���x��-�-�-� �N)�__name__� __module__�__qualname__r � __classcell__)r s @r r r s= �� � � � � �.� .� .� .� .� .� .� .� .� .r r c �<