pyxx.arrays.max_list_item_len#
- pyxx.arrays.max_list_item_len(input_list: Iterable) int#
Finds the maximum length of any item in a list or tuple
- Parameters:
input_list (list or tuple) – Array of items to process
- Returns:
Length of item in list with maximum length
- Return type:
int