MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Mixin

Class Mixin

lib/sqlalchemy/testing/pickleable.py:60–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60class Mixin:
61 email_address = Column(String)
62
63
64class AddressWMixin(Mixin, ComparableEntity):

Callers

nothing calls this directly

Calls 1

ColumnFunction · 0.70

Tested by

no test coverage detected