MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / MyInt

Class MyInt

test/sql/test_insert_exec.py:3096–3101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3094 driver_column_names,
3095 ):
3096 class MyInt(TypeDecorator):
3097 cache_ok = True
3098 impl = Integer
3099
3100 def result_processor(self, dialect, coltype):
3101 return str
3102
3103 class MyStr(TypeDecorator):
3104 cache_ok = True

Callers 2

test_generative_casesMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_generative_casesMethod · 0.56