MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / MyStr

Class MyStr

test/sql/test_insert_exec.py:3103–3108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3101 return str
3102
3103 class MyStr(TypeDecorator):
3104 cache_ok = True
3105 impl = String(42)
3106
3107 def result_processor(self, dialect, coltype):
3108 return str.upper
3109
3110 t1 = Table(
3111 "t1",

Callers 2

test_generative_casesMethod · 0.85

Calls 1

StringClass · 0.90

Tested by 2

test_generative_casesMethod · 0.68