Ńň
ÎŃAHc           @   sc   d  d k  l Z d  d k l Z d   Z e e  Z d   Z e e  Z d   Z e e  Z d S(   i˙˙˙˙(   t   TryNext(   t   genericc         C   s
   t   d S(   s!    print the result of computation N(   R    (   t   result(    (    sH   /u/d/b/dbachman/web/work/lib/python2.3/site-packages/IPython/generics.pyt   result_display   s    c         C   s
   t   d S(   s    Called when you do obj? N(   R    (   t   obj(    (    sH   /u/d/b/dbachman/web/work/lib/python2.3/site-packages/IPython/generics.pyt   inspect_object   s    c         C   s
   t   d S(   sI   Custom completer dispatching for python objects
    
    obj is the object itself.
    prev_completions is the list of attributes discovered so far.
    
    This should return the list of attributes in obj. If you only wish to
    add to the attributes already discovered normally, return
    own_attrs + prev_completions.
    N(   R    (   R   t   prev_completions(    (    sH   /u/d/b/dbachman/web/work/lib/python2.3/site-packages/IPython/generics.pyt   complete_object!   s    N(   t   IPython.ipapiR    t   IPython.external.simplegenericR   R   R   R   (    (    (    sH   /u/d/b/dbachman/web/work/lib/python2.3/site-packages/IPython/generics.pyt   <module>   s   			