MCPcopy
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()

Calls

no outgoing calls