gh-127750: Improve repr of functools.singledispatchmethod#130220
gh-127750: Improve repr of functools.singledispatchmethod#130220serhiy-storchaka merged 1 commit intopython:mainfrom
Conversation
|
I am not sure whether "single dispatch" or even "single dispatch method" should be written as a single word. |
I would prefer "single dispatch method" in text. Writing it as "singledispatchmethod" would match the name python object in This is what the output looks like now: With script I would change the representation of the |
|
The difference between For function, the id can be needed to distinguish closures created by the same code that have the same name. So I do not think that there is a need to expose the id of the |
Uh oh!
There was an error while loading. Please reload this page.