Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Open
Description
Feature or enhancement
Proposal:
Now, aspartial
has__get__
andPlaceholder
it is probably a good idea to simplifypartialmethod
.
So the mental model ofpartialmethod
can simply be:
partial
, which always has the first argument set toPlaceholder
.
Sopartialmethod
could maybe be a subclasspartial
, which would potentially simplify things.
Also, maybe there is a way so thatpartialmethod
can be made obsolete altogether.
Will see where I can get to with this.
Any ideas welcome.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere