MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __missing__

Method __missing__

lib/sqlalchemy/sql/_util_cy.py:126–127  ·  view source on GitHub ↗
(self: anon_map, key: _AM_KEY, /)

Source from the content-addressed store, hash-verified

124 return self._add_missing(key) # type: ignore[no-any-return]
125
126 def __missing__(self: anon_map, key: _AM_KEY, /) -> int:
127 return self._add_missing(key) # type: ignore[no-any-return]

Callers

nothing calls this directly

Calls 1

_add_missingMethod · 0.95

Tested by

no test coverage detected