Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py630 class SoftwareRecipesTable(RecipesTable): class
633 super(SoftwareRecipesTable, self).__init__(*args, **kwargs)
638 super(SoftwareRecipesTable, self).setup_queryset(*args, **kwargs)
654 super(SoftwareRecipesTable, self).setup_columns(*args, **kwargs)
H A Durls.py122 tables.SoftwareRecipesTable.as_view(template_name="generic-toastertable-page.html"),
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py25 from toastergui.tables import SoftwareRecipesTable
309 table = SoftwareRecipesTable()