Searched refs:var (Results 1 – 1 of 1) sorted by relevance
333 def test_printer(var, to_string, children=None, is_ptr=True): argument350 var = '*{0}'.format(var)352 test('print {0}'.format(var), to_string)357 test('print {0}'.format(var), r'{0} = {1}'.format(name, value))
Completed in 4 milliseconds