Home
last modified time | relevance | path

Searched refs:mock_file_input (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_fileinput.py583 def assertExactlyOneInvocation(self, mock_file_input, method_name): argument
585 actual_count = mock_file_input.invocation_counts[method_name]
588 actual_total_count = len(mock_file_input.invocation_counts)