Get human-readable description for UI display.
(self)
| 46 | pass |
| 47 | |
| 48 | def get_description(self) -> str: |
| 49 | """Get human-readable description for UI display.""" |
| 50 | return self.description |
| 51 | |
| 52 | def can_merge_with(self, other: 'CommandBase') -> bool: |
| 53 | """ |
no outgoing calls
no test coverage detected