MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __ror__

Method __ror__

lib/sqlalchemy/util/_immutabledict_cy.py:235–240  ·  view source on GitHub ↗
(  # type: ignore[override]
        self, __value: Mapping[_KT, _VT], /
    )

Source from the content-addressed store, hash-verified

233 )
234
235 def __ror__( # type: ignore[override]
236 self, __value: Mapping[_KT, _VT], /
237 ) -> immutabledict[_KT, _VT]:
238 return immutabledict(
239 dict.__ror__(self, __value), # type: ignore[call-overload,operator,unused-ignore] # noqa: E501
240 )

Callers

nothing calls this directly

Calls 1

immutabledictClass · 0.70

Tested by

no test coverage detected