Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_descr.py976 class EditableScrollablePane(ScrollablePane,EditablePane): pass class
978 self.assertEqual(EditableScrollablePane.__mro__,
979 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,