MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _has_key

Method _has_key

lib/sqlalchemy/engine/result.py:109–110  ·  view source on GitHub ↗
(self, key: object)

Source from the content-addressed store, hash-verified

107 return RMKeyView(self)
108
109 def _has_key(self, key: object) -> bool:
110 raise NotImplementedError()
111
112 def _for_freeze(self) -> ResultMetaData:
113 raise NotImplementedError()

Callers 3

goMethod · 0.45
__contains__Method · 0.45
__contains__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected