Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py182 isfunc = lambda key: bool(d.getVarFlag(key, "func", False)) function
183 keys = sorted((key for key in d.keys() if not key.startswith("__")), key=isfunc)
184 grouped = groupby(keys, isfunc)
185 for isfunc, keys in grouped:
187 emit_var(key, o, d, all and not isfunc) and o.write('\n')
H A Dutils.py1367 isfunc = varname.endswith('()')
1368 if isfunc:
1376 if not isfunc and value.endswith('\\'):
1381 if isfunc: