Return an identifier for the table.
(self)
| 100 | assert False, f"unexpected type: {self._table.type}" |
| 101 | |
| 102 | def get_id(self): |
| 103 | """Return an identifier for the table. |
| 104 | """ |
| 105 | return self._table.id |
| 106 | |
| 107 | def get_name(self): |
| 108 | """Return the table's name. |
no outgoing calls