Lines Matching refs:list
31 GenericAlias = type(list[int])
46 return list(module.__all__)
290 dirpath is a string, the path to the directory. dirnames is a list of
293 filenames is a list of the names of the non-directory files in dirpath.
304 When topdown is true, the caller can modify the dirnames list in-place
310 itself is generated. No matter the value of topdown, the list of
351 # get a list of the files the directory contains. os.walk
540 Execute the executable file with argument list args, replacing the
547 Execute the executable file with argument list args and
556 with argument list args, replacing the current process. """
563 with argument list args and environment env, replacing the current
572 with argument list args, replacing the current process.
573 args may be a list or tuple of strings. """
580 with argument list args and environment env, replacing the
582 args may be a list or tuple of strings. """
698 # list() from dict object is an atomic operation
699 keys = list(self._data)
849 if not isinstance(args, (tuple, list)):
850 raise TypeError('argv must be a tuple or a list')