MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __str__

Method __str__

lib/sqlalchemy/sql/schema.py:1409–1410  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

_get_table_keyFunction · 0.85

Tested by

no test coverage detected