MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / inherit_schema

Method inherit_schema

lib/sqlalchemy/sql/sqltypes.py:1151–1156  ·  view source on GitHub ↗

Deprecated property ``inherit_schema``.

(self)

Source from the content-addressed store, hash-verified

1149
1150 @property
1151 def inherit_schema(self) -> bool:
1152 "Deprecated property ``inherit_schema``."
1153 warn_deprecated(
1154 "The ``inherit_schema`` property is deprecated.", "2.1"
1155 )
1156 return self._inherit_schema
1157
1158 def _set_parent(self, parent, **kw):
1159 # set parent hook is when this type is associated with a column.

Callers

nothing calls this directly

Calls 1

warn_deprecatedFunction · 0.85

Tested by

no test coverage detected