pytest_sftpserver/compat.py
Showing 0 of 1 total issue
Function getcallargs
has a Cognitive Complexity of 51 (exceeds 5 allowed). Consider refactoring. Wontfix
Wontfix
def getcallargs(func, *args, **kwds): """ Get the actual value bounded to each formal parameter when calling `func(*args,**kwds)`.
- Read upRead up