def mk_test_subjects(self, *listbox_items): listbox = urwid.ListBox( urwid.SimpleListWalker(list(listbox_items)) ) return listbox