MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _extra_kwargs

Method _extra_kwargs

lib/sqlalchemy/sql/schema.py:1202–1203  ·  view source on GitHub ↗
(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

1200 self._init_items(*args, allow_replacements=True, all_names=all_names)
1201
1202 def _extra_kwargs(self, **kwargs: Any) -> None:
1203 self._validate_dialect_kwargs(kwargs)
1204
1205 def _init_collections(self) -> None:
1206 pass

Callers 2

__init__Method · 0.95
_init_existingMethod · 0.95

Calls 1

Tested by

no test coverage detected