MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / MyThingy

Class MyThingy

test/ext/test_compiler.py:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 def test_column(self):
39 class MyThingy(ColumnClause):
40 inherit_cache = False
41
42 def __init__(self, arg=None):
43 super().__init__(arg or "MYTHINGY!")
44
45 @compiles(MyThingy)
46 def visit_thingy(thingy, compiler, **kw):

Callers 6

test_columnMethod · 0.85
test_statefulMethod · 0.85

Calls

no outgoing calls

Tested by 6

test_columnMethod · 0.68
test_statefulMethod · 0.68