MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / union

Method union

lib/sqlalchemy/util/_immutabledict_cy.py:150–153  ·  view source on GitHub ↗
(
        self, *dicts: Optional[Mapping[_KT, _VT]]
    )

Source from the content-addressed store, hash-verified

148
149 @cython.annotation_typing(False) # avoid cython crash from generic return
150 def union(
151 self, *dicts: Optional[Mapping[_KT, _VT]]
152 ) -> immutabledict[_KT, _VT]:
153 return self._union_other(dicts) # type: ignore[no-any-return]
154
155 @cython.annotation_typing(False) # avoid cython crash from generic return
156 def merge_with(

Callers

nothing calls this directly

Calls 1

_union_otherMethod · 0.95

Tested by

no test coverage detected