Searched refs:nested_strings (Results 1 – 1 of 1) sorted by relevance
229 def _FlattenToStrings(nested_strings): argument230 if isinstance(nested_strings, (list, tuple)):231 for inner in nested_strings:235 yield nested_strings