Searched refs:Prop (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/ |
D | post_process_props.py | 119 class Prop: class 134 return Prop("", "", comment=line) 137 return Prop(name, value, optional=True) 140 return Prop(name, value, optional=False) 144 return Prop("", "", comment=line) 175 self.props = [Prop.from_line(l) 199 self.props.append(Prop(name, value,
|
D | test_post_process_props.py | 26 p = Prop.from_line("# this is comment") 34 p = Prop.from_line(line) 42 p = Prop.from_line(line) 50 p = Prop.from_line("a=b")
|