MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __add__

Method __add__

lib/sqlalchemy/dialects/postgresql/ranges.py:545–546  ·  view source on GitHub ↗
(self, other: Range[_T])

Source from the content-addressed store, hash-verified

543 )
544
545 def __add__(self, other: Range[_T]) -> Range[_T]:
546 return self.union(other)
547
548 def difference(self, other: Range[_T]) -> Range[_T]:
549 """Compute the difference between this range and the `other`.

Callers

nothing calls this directly

Calls 1

unionMethod · 0.95

Tested by

no test coverage detected