testing.combinations(
(lambda result: result),
(lambda result: result.first(),),
(lambda result: result.first()._mapping),
argnames="get_object",
)
| 1 | from collections import defaultdict |
| 2 | import collections.abc as collections_abc |
| 3 | from contextlib import contextmanager |
| 4 | import csv |
nothing calls this directly
no outgoing calls
no test coverage detected