Overview: CallGuard: Method#

Detail: CallGuard: Method

Detail

CallGuard.check(func, /, *, fail_fast)

A function decorator to perform run-time checking of function arguments and retu…

Detail

CallGuard.warn(func, /, *, fail_fast, category)

A function decorator to perform run-time checking of function arguments and retu…

CallGuard: Method