MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_keys

Route test_keys

test/sql/test_resultset.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        (lambda result: result),
        (lambda result: result.first(),),
        (lambda result: result.first()._mapping),
        argnames="get_object",
    )

Source from the content-addressed store, hash-verified

1import collections
2from collections import defaultdict
3import collections.abc as collections_abc
4from contextlib import contextmanager

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected