MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / A

Class A

test/sql/test_lambdas.py:2170–2176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2168 @testing.fixture
2169 def mapping_fixture(self, decl_base):
2170 class A(decl_base):
2171 __tablename__ = "a"
2172 id = Column(Integer, primary_key=True)
2173 col1 = Column(String(100))
2174 col2 = Column(String(100))
2175 col3 = Column(String(100))
2176 col4 = Column(String(100))
2177
2178 decl_base.metadata.create_all(testing.db)
2179

Callers 1

mapping_fixtureMethod · 0.70

Calls 2

ColumnClass · 0.90
StringClass · 0.90

Tested by 1

mapping_fixtureMethod · 0.56