info
Returns list information.
Returns
Tuple: (list_size, list_type, list_sorted)
list_size
is the number of items in the list, and is equal to size()list_type
is one of:str
,int
orfloat
list_sorted
isTrue
if the list is a sorted list (created withfc.list.SortedList
), otherwiseFalse