(self, annotation_type, field_path, processor)
| 143 | expires = bb.Attribute("expires", nullable=True) |
| 144 | |
| 145 | def _process_custom_annotations(self, annotation_type, field_path, processor): |
| 146 | super(ActiveWebSession, self)._process_custom_annotations(annotation_type, field_path, processor) |
| 147 | |
| 148 | ActiveWebSession_validator = bv.Struct(ActiveWebSession) |
| 149 |
nothing calls this directly
no test coverage detected