Skip to main content

get_missing_sentinel_object

No overview available.

def get_missing_sentinel_object(
py: Python< '_ >
) - > object

Returns a unique sentinel object used to represent a missing value in contexts where None is a valid data point.

Returns

TypeDescription
objectA unique object instance used for identity comparison to detect missing arguments or attributes.