Implements the null object pattern in Python, providing a `Null` singleton that absorbs method calls and attribute accesses without raising errors. Current version 0.6.1. Release cadence is low, last updated in 2020.
pip install nullNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a null object and check if a value is null.
Use `obj is Null` to check for null identity.
Implement custom serialization or avoid pickling.
No dependency data recorded yet.