Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fluentpython/example-code-2e
/ ColumnSchema
Class
ColumnSchema
24-class-metaprog/persistent/dblib.py:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
46
class
ColumnSchema(NamedTuple):
47
name: str
48
sql_type: SQLType
49
50
51
FieldMap = dict[str, type]
Callers
3
test_read_columns_sql
Function · 0.90
gen_columns_sql
Function · 0.85
read_columns_sql
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_read_columns_sql
Function · 0.72