We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ffd65 commit 6d3ba0aCopy full SHA for 6d3ba0a
manim/utils/parameter_parsing.py
@@ -10,6 +10,7 @@
10
11
__all__ = ["flatten_iterable_parameters"]
12
13
+
14
def flatten_iterable_parameters(
15
args: Iterable[T | Iterable[T] | GeneratorType],
16
) -> list[T]:
0 commit comments