def drop(self, table, **params): """drops a table within this engine's database connection given a schema.Table object.""" table.accept_visitor(self.schemadropper(**params))