ahawker/crython

View on GitHub
crython/expression.py

Summary

Maintainability
A
1 hr
Test Coverage

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

    def __init__(self, second, minute, hour, day, month, weekday, year, reboot=False, logger=None):
Severity: Major
Found in crython/expression.py - About 1 hr to fix

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

    def _expression_str_to_dict(expression, expression_field_count=FIELD_COUNT, field_names=field.NAMES,
    Severity: Minor
    Found in crython/expression.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status