Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py491 recent_build_objs = Build.get_recent(project)
H A Dtables.py1456 context['mru'] = Build.get_recent()
1515 context['mru'] = Build.get_recent(project)
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py498 def get_recent(project=None): member in Build