(self, options: dict)
| 584 | return isinstance(resolved, Message) |
| 585 | |
| 586 | def is_weak_ref(self, options: dict) -> bool: |
| 587 | return options.get("weak_ref") is True |
| 588 | |
| 589 | def get_field_weak_ref(self, field: Field) -> bool: |
| 590 | return self.is_weak_ref(field.ref_options) |
no test coverage detected