What I am trying to do is the following.
class MyClass (...) :
@register
def MyFunction(...)
...What I would want is for the register decorator to somehow create/mutate class variable(s) of MyClass. Is that possible or do I have to rethink my approach? -- Antoon Pardon. -- https://mail.python.org/mailman/listinfo/python-list
