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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected