Lines Matching refs:list
622 # tuple/list conversion (possibly from as_tuple())
623 if isinstance(value, (list,tuple)):
626 'from list or tuple. The list or tuple '
4068 self._ignored_flags = (self._ignored_flags + list(flags))
4069 return list(flags)
4073 if flags and isinstance(flags[0], (tuple,list)):
6301 # function, should be a list of integers in one of the
6304 # (1) an empty list, or
6305 # (2) nonempty list of positive integers + [0]
6306 # (3) list of positive integers + [locale.CHAR_MAX], or