(self)
| 245 | return self._size * padding[self._tickdir] |
| 246 | |
| 247 | def get_children(self): |
| 248 | children = [self.tick1line, self.tick2line, |
| 249 | self.gridline, self.label1, self.label2] |
| 250 | return children |
| 251 | |
| 252 | def set_clip_path(self, path, transform=None): |
| 253 | # docstring inherited |
no outgoing calls
no test coverage detected