;ò
ÎÑAHc           @   s=   d  Z  d k Z d k l Z d k l Z d „  Z e ƒ  d S(   sV  Config file for 'doctest' profile.

This profile modifies the prompts to be the standard Python ones, so that you
can generate easily doctests from an IPython session.

But more importantly, it enables pasting of code with '>>>' prompts and
arbitrary initial whitespace, as is typical of doctests in reST files and
docstrings.  This allows you to easily re-run existing doctests and iteratively
work on them as part of your development workflow.

The exception mode is also set to 'plain' so the generated exceptions are as
similar as possible to the default Python ones, for inclusion in doctests.N(   s   ipapi(   s   InterpreterPasteInputc          C   sp   t  i ƒ  }  |  i } d | _ d | _ d | _ d | _ d | _	 d | _
 t | _ d | _ t |  i i _ d  S(   Ns   >>> s   ... s    s   
s   plain(   s   ipapis   gets   ips   optionss   os
   prompt_in1s
   prompt_in2s
   prompt_outs   separate_ins   separate_outs   separate_out2s   Falses   pprints   xmodes   Trues   IPs   metas   doctest_mode(   s   ips   o(    (    sW   /u/d/b/dbachman/=/lib/python2.3/site-packages/IPython/Extensions/ipy_profile_doctest.pys   main   s    									(   s   __doc__s
   ipy_legacys   IPythons   ipapis   IPython.Extensionss   InterpreterPasteInputs   main(   s
   ipy_legacys   InterpreterPasteInputs   mains   ipapi(    (    sW   /u/d/b/dbachman/=/lib/python2.3/site-packages/IPython/Extensions/ipy_profile_doctest.pys   ?   s
   		