MCPcopy Index your code
hub / github.com/MagicStack/MagicPython / run

Method run

sublime.py:17–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15
16class FstringbraceCommand(sublime_plugin.WindowCommand):
17 def run(self):
18 view = self.window.active_view()
19 view.run_command('right_delete')
20 view.run_command('insert', {'characters': '{'})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected