1.15.0 - More PEP-compliant `wraps`
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.
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.