Searched refs:nested_strings (Results 1 – 1 of 1) sorted by relevance
230 def _FlattenToStrings(nested_strings): argument231 if isinstance(nested_strings, (list, tuple)):232 for inner in nested_strings:236 yield nested_strings