2 Table
ItsTato edited this page 2024-03-29 01:06:04 -06:00

Class Methods

Method What is this? Arguments Returns
__init__ Class initializer str table_name, list[grapes.Column] columns

Class Properties

Property Type Mutable? What is this?
Name str False The name of the table
Columns list[grapes.Column] False The table's columns
Last int True The position of the last added value