MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_row_is_sequence

Method test_row_is_sequence

test/sql/test_resultset.py:1921–1923  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1919 eq_(call_counts["rowcount"], 4)
1920
1921 def test_row_is_sequence(self):
1922 row = Row(object(), [None], {}, ["value"])
1923 is_true(isinstance(row, collections_abc.Sequence))
1924
1925 def test_row_special_names(self):
1926 metadata = SimpleResultMetaData(["key", "count", "index", "foo"])

Callers

nothing calls this directly

Calls 2

RowClass · 0.90
is_trueFunction · 0.90

Tested by

no test coverage detected