Method: pylint.checkers.classes.class_checker.ClassChecker._check_bases_classes.<locals>.is_abstract
Calls: 37912, Exceptions: 0, Paths: 1Back
Path 1: 37912 calls (1.0)
FunctionDef (37884) AsyncFunctionDef (19) Property (9)
False (37784) True (128)
1def is_abstract(method: nodes.FunctionDef) -> bool:
2 return method.is_abstract(pass_is_abstract=False) # type: ignore[no-any-return]