Skip to main content

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

NameTypeDescription
lanyThe object to be checked for list type membership.

Returns

TypeDescription
nullNothing is returned if the validation passes.