list_error_python_isinstance
No overview available.
def list_error_python_isinstance(
l: any
) - > null
Validates that a provided object is a list and raises a TypeError if the validation fails.
Parameters
| Name | Type | Description |
|---|---|---|
| l | any | The object to be checked for list type membership. |
Returns
| Type | Description |
|---|---|
null | Nothing is returned if the validation passes. |