Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ exclude
Function
exclude
test/requirements.py:26–27 ·
view source on GitHub ↗
(db, op, spec, description=None)
Source
from the content-addressed store, hash-verified
24
25
26
def
exclude(db, op, spec, description=None):
27
return
SpecPredicate(db, op, spec, description=description)
28
29
30
class
DefaultRequirements(SuiteRequirements):
Callers
1
row_triggers
Method · 0.70
Calls
1
SpecPredicate
Class · 0.90
Tested by
no test coverage detected