(self)
| 32 | return value |
| 33 | |
| 34 | def _GetSubList(self): |
| 35 | sub_list = self.sockio.remotecall(self.oid, "_GetSubList", (), {}) |
| 36 | return [StubObjectTreeItem(self.sockio, oid) for oid in sub_list] |
| 37 | |
| 38 | |
| 39 | if __name__ == '__main__': |
no test coverage detected