Searched defs:StubObjectTreeItem (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DRemoteObjectBrowser.py23 class StubObjectTreeItem: class in inherits:
36 return [StubObjectTreeItem(self.sockio, oid) for oid in list]
/external/python/cpython3/Lib/idlelib/
H A Ddebugobj_r.py23 class StubObjectTreeItem: class in inherits:
36 return [StubObjectTreeItem(self.sockio, oid) for oid in sub_list]

Completed in 1172 milliseconds