Searched refs:retparser (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | data.py | 303 value, parser = d.getVarFlag(vf[0], vf[1], False, retparser=True) 323 value, parsedvar = codeparsedata.getVarFlag(key, "_content", False, retparser=True) 341 value, parser = d.getVarFlag(key, "_content", False, retparser=True)
|
| H A D | data_smart.py | 772 … def getVarFlag(self, var, flag, expand=True, noweakdefault=False, parsing=False, retparser=False): argument 781 if not expand and retparser and cachename in self.expand_cache: 818 value, subparser = self.getVarFlag(match, "_content", False, retparser=True) 861 if expand or retparser: 901 if retparser:
|