Showing 16 of 17 total issues
File control.py
has 515 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
from typing import Optional
from .core.base import BaseCaptcha
from .core.enum import ControlPostfixEnm
File SquareNetTextTask.py
has 314 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import os
import time
import base64
import asyncio
import hashlib
Function captcha_handler
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def captcha_handler(
Function _body_file_processing
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _body_file_processing(
Function __init__
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(
Function get_sync_result
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
def get_sync_result(
result_payload: GetTaskResultRequestSer, sleep_time: int, url_response: str = GET_RESULT_POSTFIX
) -> dict:
# create a session
session = requests.Session()
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function __init__
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(
Avoid deeply nested control flow statements. Open
Open
if json_result["status"] == "processing":
await asyncio.sleep(sleep_time)
# otherwise return response
else:
json_result.update({"taskId": result_payload["taskId"]})
Function _body_file_processing
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
def _body_file_processing(
self,
save_format: SaveFormatsEnm,
file_path: str,
file_extension: str = "png",
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function __init__
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(
Function captcha_handler
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def captcha_handler(
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(