martin-majlis/Wikipedia-API

View on GitHub

Showing 5 of 46 total issues

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

"""
Wikipedia-API is easy to use wrapper for extracting information from Wikipedia.

It supports extracting texts, sections, links, categories, translations, etc.
from Wikipedia. Documentation provides code snippets for the most common use
Severity: Major
Found in wikipediaapi/__init__.py - About 2 days to fix

    Wikipedia has 21 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class Wikipedia:
        """Wikipedia is wrapper for Wikipedia API."""
    
        def __init__(
            self,
    Severity: Minor
    Found in wikipediaapi/__init__.py - About 2 hrs to fix

      Function _build_extracts has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
      Open

          def _build_extracts(self, extract, page: "WikipediaPage") -> str:
              """Constructs summary of given page."""
              page._summary = ""
              page._section_mapping = defaultdict(list)
      
      
      Severity: Minor
      Found in wikipediaapi/__init__.py - About 1 hr to fix

      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 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def __init__(
      Severity: Minor
      Found in wikipediaapi/__init__.py - About 35 mins to fix

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

            def __init__(
        Severity: Minor
        Found in wikipediaapi/__init__.py - About 35 mins to fix
          Severity
          Category
          Status
          Source
          Language