o
    i                     @   sf   d dl mZ d dl mZ d dl mZ d dl mZ d dlmZ ededef dZdd
dZdd Z	d	S )    )Any)Callable)Optional)TypeVar)
is_wraptedF.)boundNc                 C   s0   |dur
t | |d} t| drt| pt| dS )z/Returns whether an attribute is wrapped or not.N__wrapped____dd_wrapped__)getattrhasattrr   )objattr r   S/home/ubuntu/.local/lib/python3.10/site-packages/ddtrace/internal/utils/wrappers.py	iswrapped   s   r   c                 C   s   t | |}t| ||j d S N)r   setattrr	   )r   r   fr   r   r   unwrap   s   
r   r   )
typingr   r   r   r   ddtrace.internal.compatr   r   r   r   r   r   r   r   <module>   s    
