This package provides log decorators for sync and async Python functions which logs function input arguments, result and raised exceptions in verbose manner. To integrate log decorators into your code ...
If the coverage run is done on Python < 3.8 and the coverage report is done on Python 3.8, the lines following decorators (the function/method/class definitions) will be ignored and result in lower ...