Skip to main content

is_ellipsis_like

No overview available.

def is_ellipsis_like(
obj: object
) - > boolean

Determines if a given object is an Ellipsis or a similar placeholder value.

Parameters

NameTypeDescription
objobjectThe object to evaluate for Ellipsis-like characteristics

Returns

TypeDescription
booleanTrue if the object is the Ellipsis singleton or a value that behaves like one, False otherwise