Method: pylint.pyreverse.diagrams.ClassEntity.__init__
Calls: 177, Exceptions: 0, Paths: 1Back
Path 1: 177 calls (1.0)
'Ancestor' (19) 'Specialization' (19) 'DoNothing' (18) 'DoNothing2' (18) 'PropertyPatterns' (18) 'Interface' (17) 'CustomException' (17) 'DoSomething'...
ClassDef (177)
1def __init__(self, title: str, node: nodes.ClassDef) -> None:
2 super().__init__(title=title, node=node)
3 self.attrs: list[str] = []
4 self.methods: list[nodes.FunctionDef] = []