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

Method _extra_kwargs

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

Source from the content-addressed store, hash-verified

2528 return self.table is not None and self.table._is_table
2529
2530 def _extra_kwargs(self, **kwargs: Any) -> None:
2531 self._validate_dialect_kwargs(kwargs)
2532
2533 def __str__(self) -> str:
2534 if self.name is None:

Callers 1

__init__Method · 0.95

Calls 1

Tested by

no test coverage detected