(self, annotation_type, field_path, processor)
| 78 | updated = bb.Attribute("updated", nullable=True) |
| 79 | |
| 80 | def _process_custom_annotations(self, annotation_type, field_path, processor): |
| 81 | super(DeviceSession, self)._process_custom_annotations(annotation_type, field_path, processor) |
| 82 | |
| 83 | DeviceSession_validator = bv.Struct(DeviceSession) |
| 84 |
nothing calls this directly
no test coverage detected