table_name property

table_name property

Gets and sets the table name.

Definition:

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

See Also