Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ indexes
Method
indexes
lib/sqlalchemy/engine/reflection.py:2061–2062 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
2059
2060
@classmethod
2061
def
indexes(cls) -> List[ReflectedIndex]:
2062
return
[]
2063
2064
@classmethod
2065
def
unique_constraints(cls) -> List[ReflectedUniqueConstraint]:
Callers
3
_fetch_multi_indexes
Method · 0.80
get_indexes
Method · 0.80
get_indexes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected