(self, annotation_type, field_path, processor)
| 740 | start_date = bb.Attribute("start_date") |
| 741 | |
| 742 | def _process_custom_annotations(self, annotation_type, field_path, processor): |
| 743 | super(BaseDfbReport, self)._process_custom_annotations(annotation_type, field_path, processor) |
| 744 | |
| 745 | BaseDfbReport_validator = bv.Struct(BaseDfbReport) |
| 746 |
nothing calls this directly
no test coverage detected