Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py303 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 Ddata_smart.py775 … def getVarFlag(self, var, flag, expand=True, noweakdefault=False, parsing=False, retparser=False): argument
784 if not expand and retparser and cachename in self.expand_cache:
821 value, subparser = self.getVarFlag(match, "_content", False, retparser=True)
862 if expand or retparser:
902 if retparser: