Home | History | Annotate | Download | only in misc

Lines Matching refs:type_param

15         self.type_param = xmlnode.getAttribute("type_param")
85 if name == "type_param":
86 return self.type_param
132 return '::'.join(filter(None, [self.type_param, self.value_param]))
143 return '::'.join(filter(None, [name, fixture, self.type_param, self.value_param]))
150 if self.type_param:
151 if other.type_param:
152 r = cmp(self.type_param, other.type_param);
158 if other.type_param: