Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
class
ORMExpr:
40
def
__init__(self, col):
41
self.col = col
42
43
def
__clause_element__(self):
44
return
self.col
45
46
47
class
_InsertTestBase:
Callers
2
test_named_with_column_objects
Method · 0.85
test_python_scalar_default
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_named_with_column_objects
Method · 0.68
test_python_scalar_default
Method · 0.68