Searched refs:flatten_with_tuple_paths (Results 1 – 4 of 4) sorted by relevance
304 for leaf_path, leaf in nest.flatten_with_tuple_paths(module_dict[key]):
1159 def flatten_with_tuple_paths(structure): function
718 nest.flatten_with_tuple_paths(input_tree)]1073 self.assertEqual(nest.flatten_with_tuple_paths(inputs), expected)
111 flattened = nest.flatten_with_tuple_paths(structure)