MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __init__

Method __init__

lib/sqlalchemy/sql/ddl.py:474–476  ·  view source on GitHub ↗
(self, element: _SI, if_not_exists: bool = False)

Source from the content-addressed store, hash-verified

472
473class _CreateBase(_CreateDropBase[_SI]):
474 def __init__(self, element: _SI, if_not_exists: bool = False) -> None:
475 super().__init__(element)
476 self.if_not_exists = if_not_exists
477
478
479class TableCreateDDL(_CreateBase["Table"]):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected