A |Length| object representing the distance of this tab stop from the inside edge of the paragraph. May be positive or negative. Read/write.
(self)
| 108 | |
| 109 | @property |
| 110 | def position(self): |
| 111 | """A |Length| object representing the distance of this tab stop from the inside |
| 112 | edge of the paragraph. |
| 113 | |
| 114 | May be positive or negative. Read/write. |
| 115 | """ |
| 116 | return self._tab.pos |
| 117 | |
| 118 | @position.setter |
| 119 | def position(self, value): |
nothing calls this directly
no test coverage detected