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.
1 parent 5276c48 commit 05ecaf0Copy full SHA for 05ecaf0
1 file changed
src/eodm/serializers.py
@@ -10,12 +10,15 @@ def id(self) -> str: ...
10
11
12
def id_serializer(items: Iterable[Mappable]) -> Iterable[str]:
13
- """
14
- Serializes a list of Mappables (implementing to_dict()) to a list of ids
+ """Serializes a list of Mappables (implementing to_dict()) to a list of ids
+
15
16
Args:
17
items (Iterable[Mappable]): A collection of Mappable items
18
19
Returns:
20
Iterable[str]: item as a string
21
22
Yields:
23
Iterator[Iterable[str]]: Collection of ids
24
"""
0 commit comments