Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_cases
Method · 0.85
test_splice_horizontally
Method · 0.85
Calls
1
String
Class · 0.90
Tested by
2
test_generative_cases
Method · 0.68
test_splice_horizontally
Method · 0.68