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
| Name | Type | Description |
|---|---|---|
| obj | object | The object to evaluate for Ellipsis-like characteristics |
Returns
| Type | Description |
|---|---|
boolean | True if the object is the Ellipsis singleton or a value that behaves like one, False otherwise |