Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py48 class ToasterTable(TemplateView): class
50 super(ToasterTable, self).__init__()
69 return super(ToasterTable, self).dispatch(*args, **kwargs)
72 context = super(ToasterTable, self).get_context_data(**kwargs)
103 return super(ToasterTable, self).get(request, *args, **kwargs)
H A Dtables.py9 from toastergui.widgets import ToasterTable
31 class LayersTable(ToasterTable):
186 class MachinesTable(ToasterTable):
313 class RecipesTable(ToasterTable):
475 class CustomImagesTable(ToasterTable):
658 class PackagesTable(ToasterTable):
845 class ProjectsTable(ToasterTable):
1058 class BuildsTable(ToasterTable):
1528 class DistrosTable(ToasterTable):
H A Dbuildtables.py13 from toastergui.widgets import ToasterTable
18 class BuildTablesMixin(ToasterTable):
22 context = ToasterTable.get_context_data(self, **kwargs)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py390 if not issubclass(table_cls, toastergui.widgets.ToasterTable) or \
391 table_cls == toastergui.widgets.ToasterTable or \