/opt/alt/python37/lib64/python3.7/site-packages/guppy/gsl
NameSizeModeActions
__pycache__/-0755rm
Document.py589330644editdlrm
DottedTree.py87910644editdlrm
Exceptions.py4020644editdlrm
FileIO.py26580644editdlrm
Filer.py39260644editdlrm
Gsml.py27570644editdlrm
Help.py9940644editdlrm
Html.py178790644editdlrm
Latex.py257610644editdlrm
Main.py685130644editdlrm
SpecNodes.py189200644editdlrm
Tester.py245660644editdlrm
Text.py318820644editdlrm
XHTML.py188190644editdlrm
__init__.py530644editdlrm
Edit: /opt/alt/python37/lib64/python3.7/site-packages/guppy/gsl/Help.py (994B)
class _GLUECLAMP_: _imports_ = ( '_root:os', '_root:webbrowser', ) default_doc_file = 'guppy.html' def doc(self, subject=None, *args, **kwds): """\ 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. """ self.doc_default() def doc_default(self): self.open_local_filename(self.default_doc_file) def open_local_filename(self, filename): self.webbrowser.open(self.os.path.join(self.doc_dir, filename))