Returns the parent tag instance or None where not applicable
(self)
| 481 | return self.children[key] |
| 482 | |
| 483 | def get_parent(self): |
| 484 | """Returns the parent tag instance or None where not applicable |
| 485 | """ |
| 486 | |
| 487 | return self._parent |
| 488 | |
| 489 | def empty(self): |
| 490 | """remove all children from the widget""" |
no outgoing calls
no test coverage detected