0
Why not using Regular function to take the arguments and do the same thing as decoretor does
For instance: def wrap(args): .... def decorate(args): print 40 * '=' wrap(args) print 40 * '='
1 Respuesta
0
Decorator are used to many functions
It reduce the size