Stanislav
Results
1
comments of
Stanislav
I'm ready to make the enhancement, but I have one question. Do I need to count returns in nested functions? For example: ``` def decorator(func): def wrapper(): print('example') return func()...