Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py193 def string_slice(strvar,slicevar): argument
198 return strvar[:int(last)]
200 return strvar[int(first):]
202 return strvar[int(first):int(last)]