MCPcopy
hub / github.com/facelessuser/BracketHighlighter / run

Method run

bh_rules.py:375–381  ·  view source on GitHub ↗

Run the command.

(self, filter_key=False)

Source from the content-addressed store, hash-verified

373 ]
374
375 def run(self, filter_key=False):
376 """Run the command."""
377
378 if not filter_key:
379 self.show()
380 else:
381 self.window.show_quick_panel(self.filter_keys, self.show)
382
383 def show(self, key=None):
384 """

Callers

nothing calls this directly

Calls 1

showMethod · 0.95

Tested by

no test coverage detected