(self)
| 17 | return value |
| 18 | |
| 19 | def _GetSubList(self): |
| 20 | sub_list = self.__item._GetSubList() |
| 21 | return list(map(remote_object_tree_item, sub_list)) |
| 22 | |
| 23 | class StubObjectTreeItem: |
| 24 | # Lives in IDLE process |
nothing calls this directly
no test coverage detected