Skip to content

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.

field_path

Documentation is not yet available.

wref

Documentation is not yet available.

reason

thing_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.