On Mon, May 4, 2020 at 8:44 AM Thomas Passin <[email protected]> wrote:
The few times I've written decorators, I've always written the arguments as > *args. That way avoids problems where inner methods/functions are called > with/without self or default args. E.g.: > I did play around with adding both *args and **kwargs. No joy. Perhaps dropping the **kwargs might help. Bindings within decorators seem way too mysterious. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS3QK3nQStbTL1Zh9MeMoYZn4u52b7wRdSwhm2pBRxpgsA%40mail.gmail.com.
