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

Method run

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

Source from the content-addressed store, hash-verified

546# About Xtools
547class AboutXtoolsCommand(sublime_plugin.TextCommand):
548 def run(self, edit):
549 tip = check_version(VERSION)
550 sublime.message_dialog(ABOUT_XTOOLS.format(version=VERSION,tip=tip))
551
552
553# Function lib

Callers

nothing calls this directly

Calls 1

check_versionFunction · 0.85

Tested by

no test coverage detected