MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / format_index

Method format_index

lib/sqlalchemy/sql/compiler.py:8200–8203  ·  view source on GitHub ↗
(self, index: Index)

Source from the content-addressed store, hash-verified

8198 return self.quote(name)
8199
8200 def format_index(self, index: Index) -> str:
8201 name = self.format_constraint(index)
8202 assert name is not None
8203 return name
8204
8205 def format_table(
8206 self,

Callers 1

_prepared_index_nameMethod · 0.80

Calls 1

format_constraintMethod · 0.95

Tested by

no test coverage detected