MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _extend

Method _extend

lib/sqlalchemy/testing/exclusions.py:105–108  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

103 ]
104
105 def _extend(self, other):
106 self.skips.update(other.skips)
107 self.fails.update(other.fails)
108 self.warns.update(other.warns)
109
110 def __call__(self, fn):
111 if hasattr(fn, "_sa_exclusion_extend"):

Callers 1

__call__Method · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected