EventGhost/EventGhost

View on GitHub
eg/WinApi/Dynamic/__init__.py

Summary

Maintainability
F
4 days
Test Coverage

File __init__.py has 1498 lines of code (exceeds 250 allowed). Consider refactoring.
Open

# -*- coding: utf-8 -*-
#
# This file is part of EventGhost.
# Copyright © 2005-2020 EventGhost Project <http://www.eventghost.net/>
#
Severity: Major
Found in eg/WinApi/Dynamic/__init__.py - About 3 days to fix

    Function CreateWindowW has 11 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def CreateWindowW(lpClassName, lpWindowName, dwStyle, x, y, nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam):
    Severity: Major
    Found in eg/WinApi/Dynamic/__init__.py - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status