Showing 21 of 49 total issues
Function drain
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
def drain(iterable): """ Helper method that empties an iterable as it is iterated over. Works for:
- Read upRead up