Lines Matching refs:dev_null
2497 open(os.devnull, 'wb') as dev_null:2500 mock_proc_stdin.fileno.return_value = dev_null.fileno()