§
    ÁÞMhÁ  ã                   óN   — d Z ddlmZ ddlmZ ed„ ¦   «         Zed„ ¦   «         ZdS )z(Generic functions for extending IPython.é    ©ÚTryNext)Úsingledispatchc                 ó   — t           ‚)zCalled when you do obj?r   )Úobjs    úV/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/IPython/utils/generics.pyÚinspect_objectr	      s	   € õ €Mó    c                 ó   — t           ‚)ay  Custom completer dispatching for python objects.

    Parameters
    ----------
    obj : object
        The object to complete.
    prev_completions : list
        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.
    r   )r   Úprev_completionss     r   Úcomplete_objectr      s	   € õ €Mr
   N)Ú__doc__ÚIPython.core.errorr   Ú	functoolsr   r	   r   © r
   r   ú<module>r      so   ðà .Ð .à &Ð &Ð &Ð &Ð &Ð &Ø $Ð $Ð $Ð $Ð $Ð $ð ðð ñ „ðð
 ðð ñ „ðð ð r
   