Searched refs:compile_time_get_string_data (Results 1 – 2 of 2) sorted by relevance
20 from numba.cpython.unicode import compile_time_get_string_data291 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))
108 def compile_time_get_string_data(obj): function142 compile_time_get_string_data(literal_string)