blob: 736d5f65f961b411e8c40c4e387d70728870bd15 [file] [log] [blame]
Add tests for scenarios in which :class:`functools.singledispatchmethod` is
stacked on top of a method that has already been wrapped by two other
decorators. Patch by Alex Waygood.