(self)
| 1407 | ) |
| 1408 | |
| 1409 | def __str__(self) -> str: |
| 1410 | return _get_table_key(self.description, self.schema) |
| 1411 | |
| 1412 | def add_is_dependent_on(self, table: Table) -> None: |
| 1413 | """Add a 'dependency' for this Table. |
nothing calls this directly
no test coverage detected