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

Function exists

lib/sqlalchemy/sql/operators.py:1987–1988  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1985
1986@_operator_fn
1987def exists() -> Any:
1988 raise NotImplementedError()
1989
1990
1991@_operator_fn

Calls

no outgoing calls