Searched refs:tuple_path (Results 1 – 2 of 2) sorted by relevance
307 def func2(tuple_path, x): argument308 return '%s:%s' % ('/'.join(str(v) for v in tuple_path), x)324 def func(tuple_path, x): argument325 return '%s:%s' % ('/'.join(str(v) for v in tuple_path), x)
953 def wrapper_func(tuple_path, *inputs, **kwargs): argument954 string_path = "/".join(str(s) for s in tuple_path)