Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Thing
Class
Thing
test/sql/test_update.py:196–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
table1 = self.tables.mytable
195
196
class
Thing:
197
def
__clause_element__(self):
198
return
table1.c.name
199
200
stmt = (
201
table1.update()
Callers
4
test_update_custom_key_thing
Method · 0.70
test_update_ordered_custom_key_thing
Method · 0.70
test_update_broken_custom_key_thing
Method · 0.70
test_update_ordered_broken_custom_key_thing
Method · 0.70
Calls
no outgoing calls
Tested by
4
test_update_custom_key_thing
Method · 0.56
test_update_ordered_custom_key_thing
Method · 0.56
test_update_broken_custom_key_thing
Method · 0.56
test_update_ordered_broken_custom_key_thing
Method · 0.56