Skip to main content

list_error_python_input

No overview available.

def list_error_python_input(
input_list: list
) - > list

Processes a list of Python inputs and identifies errors encountered during execution or parsing.

Parameters

NameTypeDescription
input_listlistA collection of Python code snippets or data structures to be validated for errors.

Returns

TypeDescription
listA list of error objects or messages detailing the failures found in the provided Python inputs.