Home
last modified time | relevance | path

Searched refs:EditableScrollablePane (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_descr.py902 class EditableScrollablePane(ScrollablePane,EditablePane): pass class
904 self.assertEqual(EditableScrollablePane.__mro__,
905 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,
/external/python/cpython3/Lib/test/
Dtest_descr.py957 class EditableScrollablePane(ScrollablePane,EditablePane): pass class
959 self.assertEqual(EditableScrollablePane.__mro__,
960 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,