Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1432
def
colspec(c):
1433
return
testing.db.dialect.ddl_compiler(
1434
testing.db.dialect, None
1435
).get_column_specification(c)
Callers
5
test_boolean_roundtrip_reflected
Method · 0.85
test_year
Method · 0.85
test_enum
Method · 0.85
test_set_colspec
Method · 0.85
test_set_roundtrip_plus_reflection
Method · 0.85
Calls
1
get_column_specification
Method · 0.45
Tested by
no test coverage detected