1.15.0 - More PEP-compliant `wraps`
wrapsnow always sets the__wrapped__attribute, and also sets the__signature__attribute when the signature changes, as specified by PEP 362. PR by #86 by lucaswiman.
See documentation page for details.
wraps now always sets the __wrapped__ attribute, and also sets the __signature__ attribute when the signature changes, as specified by PEP 362. PR by #86 by lucaswiman.See documentation page for details.