Set the *y* position of the text. Parameters ---------- y : float
(self, y)
| 1139 | self.stale = True |
| 1140 | |
| 1141 | def set_y(self, y): |
| 1142 | """ |
| 1143 | Set the *y* position of the text. |
| 1144 | |
| 1145 | Parameters |
| 1146 | ---------- |
| 1147 | y : float |
| 1148 | """ |
| 1149 | self._y = y |
| 1150 | self.stale = True |
| 1151 | |
| 1152 | def set_rotation(self, s): |
| 1153 | """ |
no outgoing calls
no test coverage detected