Provides the `Missing` class and related sentinel objects used throughout Zope to represent missing or undefined values. Current version: 5.2. Maintained by the Zope Foundation. Release cadence: irregular, tied to Zope releases.
pip install missingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of the Missing sentinel.
Define a custom sentinel: `_sentinel = object()` or use `None` with `if arg is None`.
Use `is Missing` for identity checks instead of truthiness checks.
Use `from missing import Missing`.
No dependency data recorded yet.