Searched refs:EditableScrollablePane (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 902 class EditableScrollablePane(ScrollablePane,EditablePane): pass class 904 self.assertEqual(EditableScrollablePane.__mro__, 905 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 957 class EditableScrollablePane(ScrollablePane,EditablePane): pass class 959 self.assertEqual(EditableScrollablePane.__mro__, 960 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,
|