We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 442a119 + c014adb commit 4c6a39eCopy full SHA for 4c6a39e
arraycontext/container/__init__.py
@@ -122,7 +122,7 @@ class NotAnArrayContainerError(TypeError):
122
123
124
@singledispatch
125
-def serialize_container(ary: ArrayContainer) -> Iterable[Tuple[Any, Any]]:
+def serialize_container(ary: Any) -> Iterable[Tuple[Any, Any]]:
126
r"""Serialize the array container into an iterable over its components.
127
128
The order of the components and their identifiers are entirely under
0 commit comments