404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.145.170.164: ~ $
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))

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
Document.py File 57.55 KB 0644
DottedTree.py File 8.58 KB 0644
Exceptions.py File 402 B 0644
FileIO.py File 2.6 KB 0644
Filer.py File 3.83 KB 0644
Gsml.py File 2.69 KB 0644
Help.py File 1018 B 0644
Html.py File 17.46 KB 0644
Latex.py File 25.16 KB 0644
Main.py File 66.91 KB 0644
SpecNodes.py File 18.48 KB 0644
Tester.py File 23.99 KB 0644
Text.py File 31.13 KB 0644
XHTML.py File 18.38 KB 0644
__init__.py File 53 B 0644