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

Function colspec

test/dialect/mysql/test_types.py:1432–1435  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

1430
1431
1432def colspec(c):
1433 return testing.db.dialect.ddl_compiler(
1434 testing.db.dialect, None
1435 ).get_column_specification(c)

Callers 5

test_yearMethod · 0.85
test_enumMethod · 0.85
test_set_colspecMethod · 0.85

Calls 1

Tested by

no test coverage detected