MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / ORMExpr

Class ORMExpr

test/sql/test_insert.py:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class ORMExpr:
40 def __init__(self, col):
41 self.col = col
42
43 def __clause_element__(self):
44 return self.col
45
46
47class _InsertTestBase:

Calls

no outgoing calls

Tested by 2