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
| Name | Type | Description |
|---|---|---|
| input_list | list | A collection of Python code snippets or data structures to be validated for errors. |
Returns
| Type | Description |
|---|---|
list | A list of error objects or messages detailing the failures found in the provided Python inputs. |