The whitespace and comments preceding this token in the input.
(self)
| 382 | |
| 383 | @property |
| 384 | def prefix(self): |
| 385 | """ |
| 386 | The whitespace and comments preceding this token in the input. |
| 387 | """ |
| 388 | return self._prefix |
| 389 | |
| 390 | @prefix.setter |
| 391 | def prefix(self, prefix): |