MCPcopy Create free account
hub / github.com/chasingboy/Xtools / run

Method run

xtools.py:541–543  ·  view source on GitHub ↗
(self, edit)

Source from the content-addressed store, hash-verified

539# Notebook
540class XtoolsNoteBookCommand(sublime_plugin.TextCommand):
541 def run(self, edit):
542 notebook = os.path.join(XTOOLS_ROOT,"Notebook.md")
543 self.view.window().open_file(notebook)
544
545
546# About Xtools

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected