consign.decorator.repeatedcalldecorator Module#

Functions#

repeated_call(debug)

repeated_call函数/修饰器可以将一个函数修饰成闭包,使得函数以有参形式调用后可以再一次被无参调用

wraps(wrapped[, assigned, updated])

Decorator factory to apply update_wrapper() to a wrapper function