Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ as_skips
Method
as_skips
lib/sqlalchemy/testing/exclusions.py:50–54 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
return
self.add(other)
49
50
def
as_skips(self):
51
rule = compound()
52
rule.skips.update(self.skips)
53
rule.skips.update(self.fails)
54
return
rule
55
56
def
add(self, *others):
57
copy = compound()
Callers
nothing calls this directly
Calls
2
compound
Class · 0.85
update
Method · 0.45
Tested by
no test coverage detected