MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / mapped_column

Function mapped_column

lib/sqlalchemy/testing/schema.py:37–40  ·  view source on GitHub ↗

An orm.mapped_column wrapper/hook for dialect-specific tweaks.

(*args, **kw)

Source from the content-addressed store, hash-verified

35
36
37def mapped_column(*args, **kw):
38 """An orm.mapped_column wrapper/hook for dialect-specific tweaks."""
39
40 return _schema_column(_orm_mapped_column, args, kw)
41
42
43def Column(*args, **kw):

Callers 5

CommonMixinClass · 0.90
SomethingMixinClass · 0.90
SomethingClass · 0.90
SomethingElseClass · 0.90

Calls 1

_schema_columnFunction · 0.85

Tested by 1