Searched refs:tuple_path (Results 1 – 2 of 2) sorted by relevance
311 def func2(tuple_path, x): argument312 return '%s:%s' % ('/'.join(str(v) for v in tuple_path), x)328 def func(tuple_path, x): argument329 return '%s:%s' % ('/'.join(str(v) for v in tuple_path), x)
903 def wrapper_func(tuple_path, *inputs, **kwargs): argument904 string_path = "/".join(str(s) for s in tuple_path)