
    gu                     B    d dl Z d dlZd dlZd dlZd dlmZ d Zd Zd Zy)    N)subprocess_run_for_testingc                      ddk(  sJ y )N    r       X/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/matplotlib/tests/test_basic.pytest_simpler	   	   s    A::r   c                      dd l } h d}h t        |       h t        t              z  D ch c]!  }t        | |      t        t        |      k7  r|# }}||k  sJ y c c}w )Nr   >	   allanysumdivmod__doc____name____spec__
__loader____package__)pylabdirbuiltinsgetattr)r   ok_to_overridekey
overriddens       r   test_override_builtinsr      sn    
N "/3u:1A3x=1A!A D#UC(GHc,BB  DJ D'''Ds   &Ac                      t        j                  d      } t        t        j                  d| gi t
        j                  dt
        j                  dd       y )Na9  
    import sys

    import matplotlib.figure
    import matplotlib.backend_bases
    import matplotlib.pyplot

    assert 'matplotlib._tri' not in sys.modules
    assert 'matplotlib._qhull' not in sys.modules
    assert 'matplotlib._contour' not in sys.modules
    assert 'urllib.request' not in sys.modules
    z-c )
MPLBACKENDMATPLOTLIBRCT)envcheck)textwrapdedentr   sys
executableosenvirondevnull)sources    r   test_lazy_importsr*      sG    __  	F 	v&HrzzHRZZHr   )	r   r&   r$   r"   matplotlib.testingr   r	   r   r*   r   r   r   <module>r,      s#     	 
  9($r   