MCPcopy
hub / github.com/chidiwilliams/buzz / _get_status

Method _get_status

tests/widgets/main_window_test.py:399–400  ·  view source on GitHub ↗
(table_widget: QTableView, row_index: int)

Source from the content-addressed store, hash-verified

397
398 @staticmethod
399 def _get_status(table_widget: QTableView, row_index: int):
400 return table_widget.model().index(row_index, 9).data()
401
402 @staticmethod
403 def _get_toolbar_action(window: MainWindow, text: str):

Calls 1

modelMethod · 0.80

Tested by

no test coverage detected