Lines Matching refs:list
808 'import os; print(list(os.environ.keys()))'],
812 self.assertIsInstance(child_env_names, list)
2632 read_fds = list(map(int, read_bytes.decode('ascii')))
2699 args = list(ZERO_RETURN_CMD[1:])
2888 # An explicit list of fds to check is passed to fd_status.py as
2963 args += list(map(str, pass_fds))
3076 # check that p is in the active processes list
3103 # check that p is in the active processes list
3114 # p should have been wait()ed on, and removed from the _active list
3170 # with a valid *args list, confirm a good call with that works