MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / goofy

Method goofy

test/sql/test_metadata.py:4695–4697  ·  view source on GitHub ↗
(element, compiler, **kw)

Source from the content-addressed store, hash-verified

4693
4694 @compiles(MyColumn)
4695 def goofy(element, compiler, **kw):
4696 s = compiler.visit_column(element, **kw)
4697 return s + "-"
4698
4699 id_ = MyColumn(Integer, primary_key=True)
4700 id_.name = "id"

Callers

nothing calls this directly

Calls 1

visit_columnMethod · 0.45

Tested by

no test coverage detected