Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
Callers
3
test_dialect_sub_compile
Method · 0.70
test_dialect_sub_compile_has_stack
Method · 0.70
test_dialect_sub_compile_w_binds
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_dialect_sub_compile
Method · 0.56
test_dialect_sub_compile_has_stack
Method · 0.56
test_dialect_sub_compile_w_binds
Method · 0.56