Utils

ultra_piston.utils.MISSING = _MissingSentinel()

Used in areas where an attribute doesn’t have a value by default but gets defined during runtime. Lesser type checking would be required by using this, opposed to using some other default value such as None.