Return whether there are subitems.
(self)
| 358 | return self.expandable |
| 359 | |
| 360 | def IsExpandable(self): |
| 361 | """Return whether there are subitems.""" |
| 362 | return 1 |
| 363 | |
| 364 | def _GetSubList(self): |
| 365 | """Do not override! Called by TreeNode.""" |
no outgoing calls