Searched defs:get_hash_command (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_hash.py150 def get_hash_command(self, repr_): member in class:HashRandomizationTests
159 cmd_line = [sys.executable, '-c', self.get_hash_command(repr_)]
222 def get_hash_command(self, repr_): member in class:DatetimeTests
/external/python/cpython3/Lib/test/
H A Dtest_hash.py174 def get_hash_command(self, repr_): member in class:HashRandomizationTests
186 '-c', self.get_hash_command(repr_),
314 def get_hash_command(self, repr_): member in class:DatetimeTests

Completed in 77 milliseconds