CoalescedWrefWarning
Class: warmhub.CoalescedWrefWarning
CoalescedWrefWarning(field_path: str, wref: str, reason: str, extra: Mapping[str, Any] = empty_mapping())A wref that resolved to nothing and was folded away rather than stored.
Properties and attributes
Section titled “Properties and attributes”field_path
Section titled “field_path”field_pathDocumentation is not yet available.
wrefDocumentation is not yet available.
reason
Section titled “reason”reasonthing_absent is the only reason the backend emits today, and the
backend types it str. Do not narrow — see the module docstring.
extra = field(default_factory=empty_mapping)Documentation is not yet available.