(self)
| 1732 | |
| 1733 | @property |
| 1734 | def string(self) -> Optional[Tuple[str, StringType]]: |
| 1735 | return self.function.view.check_for_string_annotation_type(self.constant, True, True, 0) |
| 1736 | |
| 1737 | |
| 1738 | @dataclass(frozen=True, repr=False, eq=False) |
no test coverage detected