File: //opt/alt/python27/lib64/python2.7/site-packages/guppy/gsl/Help.pyc
�
;�Pc           @   s   d  d d �  �  YZ  d S(   t   _GLUECLAMP_c           B   s;   e  Z d Z d Z d �  Z d	 d � Z d �  Z d �  Z RS(
   s   _root:oss   _root.guppy:specss   _root:webbrowsers
   guppy.htmlc         C   s=   |  j  } | j j | j j |  j  j j |  j j � � d � S(   Nt	   generated(   t   ost   patht   joint   abspatht   dirnamet   specst   __file__(   t   selfR   (    (    sA   /opt/alt/python27/lib64/python2.7/site-packages/guppy/gsl/Help.pyt   _get_doc_dir   s    	-c         O   s   |  j  �  d S(   s  	This doesnt work well or at all
	There are painful were where-to-find the files issues
	for the distributed and installed package.
	for I couldn't have the data among the modules themselves.
    Get documentation about a subject or generally about the Guppy system.
    It will show the documentation in the system web browser.
    If the subject argument is an object that the documentation system
    recognizes, it will bring up the documentation for that kind of object.
    Otherwise it will bring up a general documentation page.
    N(   t   doc_default(   R	   t   subjectt   argst   kwds(    (    sA   /opt/alt/python27/lib64/python2.7/site-packages/guppy/gsl/Help.pyt   doc   s    c         C   s   |  j  |  j � d  S(   N(   t   open_local_filenamet   default_doc_file(   R	   (    (    sA   /opt/alt/python27/lib64/python2.7/site-packages/guppy/gsl/Help.pyR   !   s    c         C   s)   |  j  j |  j j j |  j | � � d  S(   N(   t
   webbrowsert   openR   R   R   t   doc_dir(   R	   t   filename(    (    sA   /opt/alt/python27/lib64/python2.7/site-packages/guppy/gsl/Help.pyR   $   s    (   s   _root:oss   _root.guppy:specss   _root:webbrowserN(	   t   __name__t
   __module__t	   _imports_R   R
   t   NoneR   R   R   (    (    (    sA   /opt/alt/python27/lib64/python2.7/site-packages/guppy/gsl/Help.pyR       s     		N(    (   R    (    (    (    sA   /opt/alt/python27/lib64/python2.7/site-packages/guppy/gsl/Help.pyt   <module>   s