Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ format_schema
Method
format_schema
lib/sqlalchemy/sql/compiler.py:8225–8228 ·
view source on GitHub ↗
Prepare a quoted schema name.
(self, name)
Source
from the content-addressed store, hash-verified
8223
return
result
8224
8225
def
format_schema(self, name):
8226
""
"Prepare a quoted schema name."
""
8227
8228
return
self.quote(name)
8229
8230
def
format_label_name(
8231
self,
Callers
2
visit_create_schema
Method · 0.80
visit_drop_schema
Method · 0.80
Calls
1
quote
Method · 0.95
Tested by
no test coverage detected