MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _column_collection

Method _column_collection

test/base/test_utils.py:978–979  ·  view source on GitHub ↗
(self, columns=None)

Source from the content-addressed store, hash-verified

976
977class ColumnCollectionTest(ColumnCollectionCommon, fixtures.TestBase):
978 def _column_collection(self, columns=None):
979 return sql.WriteableColumnCollection(columns=columns)
980
981 def test_separate_key_all_cols(self):
982 c1, c2 = sql.column("col1"), sql.column("col2")

Callers 14

test_separate_key_getMethod · 0.95
test_separate_key_inMethod · 0.95
test_keysMethod · 0.45
test_valuesMethod · 0.45
test_itemsMethod · 0.45
test_key_index_errorMethod · 0.45
test_contains_columnMethod · 0.45
test_inMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected