Return whether there are subitems.
(self)
| 364 | return self.expandable |
| 365 | |
| 366 | def IsExpandable(self): |
| 367 | """Return whether there are subitems.""" |
| 368 | return 1 |
| 369 | |
| 370 | def _GetSubList(self): |
| 371 | """Do not override! Called by TreeNode.""" |
no outgoing calls