List of strings (read-only)
(self)
| 3330 | |
| 3331 | @property |
| 3332 | def strings(self) -> List['StringReference']: |
| 3333 | """List of strings (read-only)""" |
| 3334 | return self.get_strings() |
| 3335 | |
| 3336 | @property |
| 3337 | def saved(self) -> bool: |
nothing calls this directly
no test coverage detected