MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / data

Method data

test/orm/inheritance/test_basic.py:2615–2616  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2613 class Sub(Base):
2614 @property
2615 def data(self):
2616 return "im the data"
2617
2618 self.mapper_registry.map_imperatively(Base, base)
2619 self.mapper_registry.map_imperatively(Sub, subtable, inherits=Base)

Callers 15

test_in_valuesMethod · 0.45
test_scalar_valuesMethod · 0.45
test_scalar_valuesMethod · 0.45
test_values_illegalMethod · 0.45
CoreFixturesClass · 0.45
test_values_adviceMethod · 0.45
_auto_proxy_fixtureMethod · 0.45
test_column_quotingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected