o
    NK&h                     @   s8   d dl mZ d dlmZ ddlmZ G dd deZdS )    )	SanicMeta)SanicException   )TouchUpc                       s   e Zd Z fddZ  ZS )TouchUpMetac                    sf   t  j| |||fi |}|d}d|d< |r1|D ]}||vr*td| d| t|| q|S )N__touchup__F__touched__z/Cannot perform touchup on non-existent method: .)super__new__getr   r   register)clsnamebasesattrskwargs	gen_classmethodsmethod	__class__ E/var/www/html/venv/lib/python3.10/site-packages/sanic/touchup/meta.pyr      s   
zTouchUpMeta.__new__)__name__
__module____qualname__r   __classcell__r   r   r   r   r      s    r   N)sanic.base.metar   sanic.exceptionsr   servicer   r   r   r   r   r   <module>   s    