sipa/model/sample/user.py

Summary

Maintainability
B
4 hrs
Test Coverage

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

class User(BaseUser):
    def __init__(self, uid):
        super().__init__(uid)
        self.config: SampleUserData = config[uid]
        self._realname = self.config["name"]
Severity: Minor
Found in sipa/model/sample/user.py - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status