MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / decorate

Method decorate

lib/sqlalchemy/testing/exclusions.py:116–117  ·  view source on GitHub ↗
(fn, *args, **kw)

Source from the content-addressed store, hash-verified

114
115 @decorator
116 def decorate(fn, *args, **kw):
117 return self._do(config._current, fn, *args, **kw)
118
119 decorated = decorate(fn)
120 decorated._sa_exclusion_extend = self

Callers

nothing calls this directly

Calls 1

_doMethod · 0.95

Tested by

no test coverage detected