(self)
| 506 | |
| 507 | @property |
| 508 | def selected_operator(self): |
| 509 | operators = get_text_operators(get_active_text_block()) |
| 510 | return self.get_active_operator(operators) |
| 511 | |
| 512 | def get_active_operator(self, operators): |
| 513 | self.correct_index(len(operators)) |
nothing calls this directly
no test coverage detected