Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py186 def getAllKeysWithFlags(self, command, params): member in CommandsSync
192 return command.cooker.getAllKeysWithFlags(flaglist)
193 getAllKeysWithFlags.readonly = True
H A Dcooker.py110 … f.write("%s\n" % json.dumps({ "allvariables" : self.cooker.getAllKeysWithFlags(["doc", "func"])}))
1542 def getAllKeysWithFlags(self, flaglist): member in BBCooker