Home
last modified time | relevance | path

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

/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_hashing.py20 from numba.cpython.unicode import compile_time_get_string_data
291 hash_value = compile_time_get_string_data(kind1_string)[-1]
303 hash_value = compile_time_get_string_data(kind1_string)[-1]
317 self.assertEqual(tmp, (compile_time_get_string_data(val)[-1]))
337 a = (compile_time_get_string_data(expected))
338 b = (compile_time_get_string_data(got))
347 a = (compile_time_get_string_data(expected))
348 b = (compile_time_get_string_data(got))
/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dunicode.py108 def compile_time_get_string_data(obj): function
142 compile_time_get_string_data(literal_string)