check_if_table_exists propriété

check_if_table_exists propriété

Vérifiez si le nom de la table existe avant de créer

Définition:

@property
def check_if_table_exists(self):
    ...
@check_if_table_exists.setter
def check_if_table_exists(self, value):
    ...

Voir également