Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_descr.py895 class EditableScrollablePane(ScrollablePane,EditablePane): pass class
897 self.assertEqual(EditableScrollablePane.__mro__,
898 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,