Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py22 from toastergui.templatetags.projecttags import sectohms, get_tasks
535 build['buildtime'] = sectohms(build_obj.timespent_seconds)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py25 def sectohms(time): function