(self, annotation_type, field_path, processor)
| 639 | return self._tag == 'member_only' |
| 640 | |
| 641 | def _process_custom_annotations(self, annotation_type, field_path, processor): |
| 642 | super(AdminTier, self)._process_custom_annotations(annotation_type, field_path, processor) |
| 643 | |
| 644 | AdminTier_validator = bv.Union(AdminTier) |
| 645 |
nothing calls this directly
no test coverage detected