Home
last modified time | relevance | path

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

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