
    f                         d Z d Zy)zESimple function to call to get the current InteractiveShell instance
c                  P    ddl m}  | j                         r| j                         S y)zoGet the global InteractiveShell instance.

    Returns None if no InteractiveShell instance is registered.
        InteractiveShellN)IPython.core.interactiveshellr   initializedinstancer   s    R/var/www/cvtools/html/venv/lib/python3.12/site-packages/IPython/core/getipython.pyget_ipythonr
      s'    
 ?##%((** &    N)__doc__r
    r   r	   <module>r      s   +r   