Converts non-iterable object to a list. If arg is already a list or tuple the same object is returned.
arg (non-iterable or list or tuple) – Non-iterable, which should be converted to a list.
arg_list – List containing arg as a value.
list or tuple