Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _ddl_label
Method
_ddl_label
lib/sqlalchemy/sql/elements.py:5466–5467 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5464
5465
@property
5466
def
_ddl_label(self):
5467
return
self._gen_tq_label(self.name, dedupe_on_key=False)
5468
5469
def
_compare_name_for_result(self, other):
5470
if
(
Callers
nothing calls this directly
Calls
1
_gen_tq_label
Method · 0.95
Tested by
no test coverage detected