(self)
| 15 | |
| 16 | class 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': '{'}) |
nothing calls this directly
no outgoing calls
no test coverage detected