(self, annotation_type, field_path, processor)
| 984 | return self._value |
| 985 | |
| 986 | def _process_custom_annotations(self, annotation_type, field_path, processor): |
| 987 | super(CustomQuotaResult, self)._process_custom_annotations(annotation_type, field_path, processor) |
| 988 | |
| 989 | CustomQuotaResult_validator = bv.Union(CustomQuotaResult) |
| 990 |
nothing calls this directly
no test coverage detected