MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _extra_kwargs

Method _extra_kwargs

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

Source from the content-addressed store, hash-verified

1001 self._init_items(*args, allow_replacements=True, all_names=all_names)
1002
1003 def _extra_kwargs(self, **kwargs: Any) -> None:
1004 self._validate_dialect_kwargs(kwargs)
1005
1006 def _init_collections(self) -> None:
1007 pass

Callers 2

__init__Method · 0.95
_init_existingMethod · 0.95

Calls 1

Tested by

no test coverage detected