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