o
    ¹iŒ  ã                   @   s   d d„ Z dS )c                 C   s$   | j  |¡}t|tƒsJ ‚|  |¡S )zÿ
    Helper method to get array for a DataFrame column.

    Equivalent of df[col].values, but without going through normal getitem,
    which triggers tracking references / CoW (and we might be testing that
    this is done by some other operation).
    )ÚcolumnsÚget_locÚ
isinstanceÚintÚ_get_column_array)ÚdfÚcolÚicol© r	   úV/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/pandas/tests/copy_view/util.pyÚ	get_array   s   
r   N)r   r	   r	   r	   r
   Ú<module>   s    