MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / fail

Method fail

lib/sqlalchemy/testing/config.py:208–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206 return NotImplemented
207
208 def fail(self) -> NoReturn:
209 fail(f"Unknown {self}")
210
211 @classmethod
212 def idfn(cls, variation):

Calls 1

failFunction · 0.85