From 585aa7d7575dfb9a90a00bbd00c68da9e2cb31d7 Mon Sep 17 00:00:00 2001 From: Calli Rogers Date: Wed, 2 Jun 2021 10:26:50 -0400 Subject: [PATCH] removing unavailable parameters from documentation --- lib/sqlalchemy/sql/schema.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py index 6ab58c3013..221d49db9a 100644 --- a/lib/sqlalchemy/sql/schema.py +++ b/lib/sqlalchemy/sql/schema.py @@ -4248,11 +4248,6 @@ class MetaData(SchemaItem): this :class:`_schema.MetaData` will be bound to the resulting engine. - :param reflect: - Optional, automatically load all tables from the bound database. - Defaults to False. :paramref:`_schema.MetaData.bind` is required - when this option is set. - :param schema: The default schema to use for the :class:`_schema.Table`, :class:`.Sequence`, and potentially other objects associated with -- 2.47.2