Searched refs:Prop (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/ |
D | post_process_props.py | 143 class Prop: class 158 return Prop("", "", comment=line) 161 return Prop(name, value, optional=True) 164 return Prop(name, value, optional=False) 168 return Prop("", "", comment=line) 199 self.props = [Prop.from_line(l) 223 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")
|