Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __mul__
Method
__mul__
lib/sqlalchemy/dialects/postgresql/ranges.py:665–666 ·
view source on GitHub ↗
(self, other: Range[_T])
Source
from the content-addressed store, hash-verified
663
)
664
665
def
__mul__(self, other: Range[_T]) -> Range[_T]:
666
return
self.intersection(other)
667
668
def
__str__(self) -> str:
669
return
self._stringify()
Callers
nothing calls this directly
Calls
1
intersection
Method · 0.95
Tested by
no test coverage detected