ó
æNXc           @   s   d  Z  d „  Z d S(   sE   Simple function to call to get the current InteractiveShell instance
c          C   s*   d d l  m }  |  j ƒ  r& |  j ƒ  Sd S(   ss   Get the global InteractiveShell instance.
    
    Returns None if no InteractiveShell instance is registered.
    iÿÿÿÿ(   t   InteractiveShellN(   t   IPython.core.interactiveshellR    t   initializedt   instance(   R    (    (    sO   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/core/getipython.pyt   get_ipython   s    N(   t   __doc__R   (    (    (    sO   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/core/getipython.pyt   <module>   s   