Changes between Initial Version and Version 3 of Ticket #32572


Ignore:
Timestamp:
Mar 26, 2021, 10:27:26 AM (4 years ago)
Author:
Nick Pope
Comment:

Reopening with a different approach based on my comment.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32572

    • Property Has patch set
    • Property Status assignednew
    • Property Type BugCleanup/optimization
  • Ticket #32572 – Description

    initial v3  
    33Because a partial function also has arguments provided up front, we need to handle those specially so that they are accessible in `__repr__`.
    44
    5 ISTM that we can simply unwrap `functools.partial` objects in `ResolverMatch.__init__()`.
     5~~ISTM that we can simply unwrap `functools.partial` objects in `ResolverMatch.__init__()`.~~
Back to Top