Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_genericclass.py207 called_with = None variable in TestClassGetitem.test_class_getitem_with_builtins.A
210 cls.called_with = item
213 self.assertIs(B.called_with, None)
215 self.assertIs(B.called_with, int)
/external/toolchain-utils/crosperf/
Dexperiment_runner_unittest.py437 mock_cleanup.called_with(bench_run.benchmark.rm_chroot_tmp)
439 mock_copy.called_with(bench_path)
449 mock_mkdir.called_with('/usr/local/crosperf-results')
451 mock_rmdir.called_with('/usr/local/crosperf-results')
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_browser.py164 fopen.called_with(fname)