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

Method __init__

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

Source from the content-addressed store, hash-verified

484
485class _DropBase(_CreateDropBase[_SI]):
486 def __init__(self, element: _SI, if_exists: bool = False) -> None:
487 super().__init__(element)
488 self.if_exists = if_exists
489
490
491class TableDropDDL(_DropBase["Table"]):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected