Get the element's position
(self)
| 32 | |
| 33 | @property |
| 34 | def position(self) -> Optional[tuple]: |
| 35 | """Get the element's position""" |
| 36 | return self.attributes.get('position') |
| 37 | |
| 38 | @property |
| 39 | def size(self) -> Optional[tuple]: |
nothing calls this directly
no outgoing calls
no test coverage detected