File manager - Edit - /usr/local/CyberCP/lib/python3.10/site-packages/django/utils/__pycache__/deconstruct.cpython-310.pyc
Back
o �h � @ s* d dl mZ d dlmZ dd�dd�ZdS )� )� import_module)�get_docs_versionN��pathc s � fdd�}|s |S ||� S )z� Class decorator that allows the decorated class to be serialized by the migrations subsystem. The `path` kwarg specifies the import path. c s. � fdd�}� �fdd�}t |�� _|� _� S )Nc s t � | ��| �}||f|_|S )N)�super�__new__�_constructor_args)�cls�args�kwargs�obj��klass� �K/usr/local/CyberCP/lib/python3.10/site-packages/django/utils/deconstruct.pyr s z3deconstructible.<locals>.decorator.<locals>.__new__c s� �rt | �� u r��d�\}}}n| j}| jj}t|�}t||�s+td||t� f ���r5t | �� u r5�n| jj� d|� �| j d | j d fS )zy Return a 3-tuple of class import path, positional arguments, and keyword arguments. �.a Could not find object %s in %s. Please note that you cannot serialize things like inner classes. Please move the object into the main module body to use migrations. For more information, see https://docs.djangoproject.com/en/%s/topics/migrations/#serializing-valuesr � ) �type� rpartition� __module__� __class__�__name__r �hasattr� ValueErrorr r )r �module_name�_�name�module)r r r r �deconstruct s&