Searched refs:flatten_with_tuple_paths (Results 1 – 6 of 6) sorted by relevance
345 for path, child in nest.flatten_with_tuple_paths(structure):424 leaves = nest.flatten_with_tuple_paths(prop)
696 nest.flatten_with_tuple_paths((1, (2,))),697 nest.flatten_with_tuple_paths(t))704 nest.flatten_with_tuple_paths(nt),705 nest.flatten_with_tuple_paths(wrapped_nt))
123 result_with_paths = nest.flatten_with_tuple_paths(
124 flattened = nest.flatten_with_tuple_paths(structure)
1680 def flatten_with_tuple_paths(structure, expand_composites=False): function
800 nest.flatten_with_tuple_paths(input_tree)]1154 self.assertEqual(nest.flatten_with_tuple_paths(inputs), expected)