MCPcopy
hub / github.com/catppuccin/catppuccin / active_view

Method active_view

samples/python1.py:290–291  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

288 return view.file_name()
289
290 def active_view(self):
291 return self.view
292
293 def get_window(self):
294 if (hasattr(self, 'view') and hasattr(self.view, 'window')):

Callers 4

run_commandMethod · 0.95
generic_doneMethod · 0.95
_active_file_nameMethod · 0.95
active_viewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected