MCPcopy
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
46class ColumnSchema(NamedTuple):
47 name: str
48 sql_type: SQLType
49
50
51FieldMap = dict[str, type]

Callers 3

test_read_columns_sqlFunction · 0.90
gen_columns_sqlFunction · 0.85
read_columns_sqlFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_read_columns_sqlFunction · 0.72