Changes between Initial Version and Version 3 of Ticket #32572
- Timestamp:
- Mar 26, 2021, 10:27:26 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32572
- Property Has patch set
- Property Status assigned → new
- Property Type Bug → Cleanup/optimization
-
Ticket #32572 – Description
initial v3 3 3 Because a partial function also has arguments provided up front, we need to handle those specially so that they are accessible in `__repr__`. 4 4 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__()`.~~