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