tadashi-aikawa/owlmixin

View on GitHub
owlmixin/owloption.py

Summary

Maintainability
B
4 hrs
Test Coverage

TOption has 33 functions (exceeds 20 allowed). Consider refactoring.
Open

class TOption(Generic[T]):
    def __init__(self, value):
        self.value = value

    def get(self) -> T:
Severity: Minor
Found in owlmixin/owloption.py - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status