MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / visit_widget

Method visit_widget

test/sql/test_compiler.py:6281–6282  ·  view source on GitHub ↗
(self, element, **kw)

Source from the content-addressed store, hash-verified

6279 stringify_dialect = "sqlite"
6280
6281 def visit_widget(self, element, **kw):
6282 return "widget"
6283
6284 with mock.patch(
6285 "sqlalchemy.dialects.sqlite.base.SQLiteCompiler.visit_widget",

Callers

nothing calls this directly

Calls 2

bindparamFunction · 0.90
processMethod · 0.45

Tested by

no test coverage detected