Searched refs:varval (Results 1 – 2 of 2) sorted by relevance
417 varval = '${TESTVAR2} ${@bb.utils.filter("TESTVAR", "somevalue anothervalue", d)}'418 self.d.setVar('ANOTHERVAR', varval)422 self.assertEqual(sorted(values.splitlines()), sorted([varval]))429 self.assertEqual(sorted(values.splitlines()), sorted([varval]))
48 def infer_caller_details(loginfo, parent = False, varval = True): argument70 if varval and ('variable' not in loginfo or 'detail' not in loginfo):