rayepps/dynamof

View on GitHub
dynofunc/core/dynamo.py

Summary

Maintainability
C
1 day
Test Coverage

File dynamo.py has 577 lines of code (exceeds 250 allowed). Consider refactoring.
Open

def get_safe_alias(attr_name):
    return DYNAMO_RESERVED_WORDS.get(attr_name.upper(), attr_name)

DYNAMO_RESERVED_WORDS = {
    'ABORT': '#abort',
Severity: Major
Found in dynofunc/core/dynamo.py - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status