Searched refs:flatten_with_tuple_paths (Results 1 – 6 of 6) sorted by relevance
369 leaves = nest.flatten_with_tuple_paths(
693 nest.flatten_with_tuple_paths((1, (2,))),694 nest.flatten_with_tuple_paths(t))701 nest.flatten_with_tuple_paths(nt),702 nest.flatten_with_tuple_paths(wrapped_nt))
127 result_with_paths = nest.flatten_with_tuple_paths(
122 flattened = nest.flatten_with_tuple_paths(structure)
1621 def flatten_with_tuple_paths(structure, expand_composites=False): function
797 nest.flatten_with_tuple_paths(input_tree)]1151 self.assertEqual(nest.flatten_with_tuple_paths(inputs), expected)