Open
Description
Hi all,
the last subclass "email_logit" in the decorator section didn't produce the right result. decorator
Usage:
@email_logit
def myfunc1():
pass
Output:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<stdin>", line 8, in __init__
TypeError: __init__() missing 1 required positional argument: 'func'
Metadata
Metadata
Assignees
Labels
No labels