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

Method __add__

lib/sqlalchemy/util/_collections_cy.py:152–153  ·  view source on GitHub ↗
(self, other: Iterator[_T])

Source from the content-addressed store, hash-verified

150 return iter(self._list)
151
152 def __add__(self, other: Iterator[_T]) -> OrderedSet[_T]:
153 return self.union(other)
154
155 def __repr__(self) -> str:
156 return "%s(%r)" % (self.__class__.__name__, self._list)

Callers

nothing calls this directly

Calls 1

unionMethod · 0.95

Tested by

no test coverage detected