MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / Widget

Class Widget

test/sql/test_compiler.py:6277–6279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6275
6276 def test_dialect_sub_compile(self):
6277 class Widget(ClauseElement):
6278 __visit_name__ = "widget"
6279 stringify_dialect = "sqlite"
6280
6281 def visit_widget(self, element, **kw):
6282 return "widget"

Calls

no outgoing calls