Direction of the span selector: 'vertical' or 'horizontal'.
(self)
| 2911 | |
| 2912 | @property |
| 2913 | def direction(self): |
| 2914 | """Direction of the span selector: 'vertical' or 'horizontal'.""" |
| 2915 | return self._direction |
| 2916 | |
| 2917 | @direction.setter |
| 2918 | def direction(self, direction): |
nothing calls this directly
no test coverage detected