Searched refs:varval (Results 1 – 2 of 2) sorted by relevance
423 varval = '${TESTVAR2} ${@bb.utils.filter("TESTVAR", "somevalue anothervalue", d)}'424 self.d.setVar('ANOTHERVAR', varval)428 self.assertEqual(sorted(values.splitlines()), sorted([varval]))435 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):