Home | History | Annotate | Download | only in src

Lines Matching refs:hasattr

379         if hasattr(self, "doc") and self.doc and enam in self.doc.fields:
1289 if hasattr(complex_type, 'type'):
1855 parents = self.parents if hasattr(self, 'parents') else [self]
2249 if hasattr(self, "doc") and self.doc:
2258 if hasattr(self, "doc") and self.doc:
2291 if hasattr(self, "doc") and self.doc:
2675 brief = self.doc.brief if hasattr(self, "doc") and self.doc else ''
2813 parents = self.parents if hasattr(self, 'parents') else [self]
2888 if hasattr(field, "enum") and field.enum:
2899 if hasattr(enum, "doc") and enum.doc and enam in enum.doc.fields:
2908 if hasattr(self, "doc") and self.doc and field.field_name in self.doc.fields:
2943 if hasattr(field, "enum") and field.enum:
2963 if hasattr(self.reply, "doc") and self.reply.doc and field.field_name in self.reply.doc.fields:
2978 if hasattr(self, "doc") and self.doc and self.doc.description:
2999 if hasattr(self, "doc") and self.doc:
3004 if not hasattr(self, "doc") or not self.doc or len(self.doc.errors) == 0:
3006 if hasattr(self, "doc") and self.doc and self.doc.example:
3014 if hasattr(self, "doc") and self.doc:
3043 brief = self.doc.brief if hasattr(self, "doc") and self.doc else ''
3121 if hasattr(self, "doc") and self.doc and field.field_name in self.doc.fields:
3130 if hasattr(self, "doc") and self.doc and self.doc.description:
3136 if hasattr(self, "doc") and self.doc and self.doc.example:
3144 if hasattr(self, "doc") and self.doc:
3247 if hasattr(self, 'is_ge_event') and self.is_ge_event and self.name == name: