BjornFJohansson/pydna

View on GitHub
src/pydna/genbankrecord.py

Summary

Maintainability
A
2 hrs
Test Coverage

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

    def __init__(self, record, *args, item="accession", start=None, stop=None, strand=1, **kwargs):
Severity: Major
Found in src/pydna/genbankrecord.py - About 50 mins to fix

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

        def from_SeqRecord(cls, record, *args, item="accession", start=None, stop=None, strand=1, **kwargs):
    Severity: Major
    Found in src/pydna/genbankrecord.py - About 50 mins to fix

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

          def from_string(
      Severity: Major
      Found in src/pydna/genbankrecord.py - About 50 mins to fix

        There are no issues that match your filters.

        Category
        Status