o
    :a	                     @   sb   d dl Z d dlZd dlZd dlmZ ejdg ddd Zdd Z	d	d
 Z
dd Zdd ZdS )    N)_apiztarget,test_shape))N)      )Nr   )r   )r   )r      ))r      )r   	   ))Nr   N)r   r   r   c                 C   sl   dt |  dtd|  }t|}tjt|d tj	| |d W d    d S 1 s/w   Y  d S )Nz^'aardvark' must be zD.*z
has shape )match)Zaardvark)
lenreescapenpZzerospytestZraises
ValueErrorr   Zcheck_shape)targetZ
test_shapeZerror_patterndata r   ;/usr/lib/python3/dist-packages/matplotlib/tests/test_api.pytest_check_shape	   s   
"r   c                  C   s~   G dd d} t tj | j W d    n1 sw   Y  t tj |  }|j W d    d S 1 s8w   Y  d S )Nc                   @   s$   e Zd Zedejdd ZdS )z)test_classproperty_deprecation.<locals>.Az0.0.0c                 S      d S r   r   )clsr   r   r   f   s   z+test_classproperty_deprecation.<locals>.A.fN)__name__
__module____qualname__r   Z
deprecatedZclasspropertyr   r   r   r   r   A   s    r   )r   warnsr   MatplotlibDeprecationWarningr   )r   ar   r   r   test_classproperty_deprecation   s   "r    c                  C   s   G dd d} |  }t tj |jdksJ W d    n1 s"w   Y  t tj d|_W d    n1 s;w   Y  t tj |jdksNJ W d    n1 sXw   Y  t tj |ddksmJ W d    d S 1 sxw   Y  d S )Nc                   @   s0   e Zd Zdd Zdd ZedZedZdS )z-test_deprecate_privatize_attribute.<locals>.Cc                 S   s
   d| _ d S )Nr   )Z_attr)selfr   r   r   __init__'   s   
 z6test_deprecate_privatize_attribute.<locals>.C.__init__c                 S   s   |S r   r   )r!   argr   r   r   _meth(   s    z3test_deprecate_privatize_attribute.<locals>.C._methz0.0N)	r   r   r   r"   r$   r   Zdeprecate_privatize_attributeattrmethr   r   r   r   C&   s
    
r'   r   r   *   )r   r   r   r   r%   r&   )r'   cr   r   r   "test_deprecate_privatize_attribute%   s   "r*   c               	      s   t ddddd t dddd }  | fD ] }|  tt j |dd W d    n1 s4w   Y  qt jjf fd	d
	}|  tt j |dd W d    d S 1 s^w   Y  d S )N3.0fooc                 S   r   r   r   r,   r   r   r   func18      z$test_delete_parameter.<locals>.func1c                  [   r   r   r   )kwargsr   r   r   func2<   r/   z$test_delete_parameter.<locals>.func2Zbarr-   c                    s    |  d S r   r   r-   r.   r   r   pyplot_wrapperE   s   z-test_delete_parameter.<locals>.pyplot_wrapperr   )r   Zdelete_parameterr   r   r   ZdeprecationZ_deprecated_parameter)r1   funcr3   r   r2   r   test_delete_parameter7   s   


"r5   c                  C   s   t ddd	dd} | ddd tt j | dd W d    n1 s'w   Y  tt j | ddd W d    d S 1 sDw   Y  d S )
Nr+   r#   c                 S   r   r   r   )Zprer#   Zpostr   r   r   r4   N   r/   z$test_make_keyword_only.<locals>.funcr   r   )r#   r   r   )r   Zmake_keyword_onlyr   r   r   )r4   r   r   r   test_make_keyword_onlyM   s   
"r6   )r   Znumpyr   r   Z
matplotlibr   ZmarkZparametrizer   r    r*   r5   r6   r   r   r   r   <module>   s    
