Method
__add__
lib/sqlalchemy/testing/exclusions.py:47–48
· lib/sqlalchemy/testing/exclusions.py::compound.__add__
(self, other)
Source from the content-addressed store, hash-verified
| 45 | self.warns = {} |
| 46 | |
| 47 | def __add__(self, other): |
| 48 | return self.add(other) |
| 49 | |
| 50 | def as_skips(self): |
| 51 | rule = compound() |
Callers
nothing calls this directly
Tested by
no test coverage detected