Efficient Wrappers for Instance Methods
Sven R. Kunze
srkunze at mail.de
Wed Feb 3 15:55:28 EST 2016
More information about the Python-list mailing list
Wed Feb 3 15:55:28 EST 2016
- Previous message (by thread): Efficient Wrappers for Instance Methods
- Next message (by thread): Efficient Wrappers for Instance Methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 03.02.2016 21:40, Bernardo Sulzbach wrote: > I am not entirely sure about what your question is. > > Are you talking about the "heapreplace expected 2 arguments, got 1" > you get if you set replace = heapreplace? Yes, I think so. I might ask differently: why do I need to write wrapper method when the function I am wrapping actually already has the same signature? Best, Sven
- Previous message (by thread): Efficient Wrappers for Instance Methods
- Next message (by thread): Efficient Wrappers for Instance Methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list