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

Method async_execute

bh_core.py:931–937  ·  view source on GitHub ↗

Trigger actual BH command.

(self)

Source from the content-addressed store, hash-verified

929 sublime.set_timeout(self.async_execute, 100)
930
931 def async_execute(self):
932 """Trigger actual BH command."""
933
934 debug("Async Key Event")
935 self.bh.match(self.view)
936 bh_thread.ignore_all = False
937 bh_thread.time = time()
938
939
940####################

Callers

nothing calls this directly

Calls 2

debugFunction · 0.85
matchMethod · 0.45

Tested by

no test coverage detected