parse_cm.or_list_comments.list_of#
- parse_cm.or_list_comments.list_of(type_func)#
Return a function that converts list of values to list of
type_func
.- Parameters:
- type_funcfunction
Function that converts a value to the desired type.
- Returns:
- function
Converter function.