django/django

View on GitHub
django/core/files/uploadedfile.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(
Severity: Major
Found in django/core/files/uploadedfile.py - About 50 mins to fix

    Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __init__(
    Severity: Minor
    Found in django/core/files/uploadedfile.py - About 45 mins to fix

      Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def __init__(self, name, content_type, size, charset, content_type_extra=None):
      Severity: Minor
      Found in django/core/files/uploadedfile.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status