MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / __clause_element__

Method __clause_element__

test/sql/test_insert.py:40–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 self.col = col
39
40 def __clause_element__(self):
41 return self.col
42
43
44class _InsertTestBase:

Callers 5

__eq__Method · 0.45
test_query_colsMethod · 0.45
goMethod · 0.45
goMethod · 0.45
invalidateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected