(self, annotation_type, field_path, processor)
| 712 | is_app_folder = bb.Attribute("is_app_folder") |
| 713 | |
| 714 | def _process_custom_annotations(self, annotation_type, field_path, processor): |
| 715 | super(ApiApp, self)._process_custom_annotations(annotation_type, field_path, processor) |
| 716 | |
| 717 | ApiApp_validator = bv.Struct(ApiApp) |
| 718 |
no outgoing calls
no test coverage detected