79106150

Date: 2024-10-20 00:03:15
Score: 1.5
Natty:
Report link

This could solve

class A(object):
    def foo(self):
        pass

class B(A):
    def __init__(self):
        self.bar = self.foo()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DJYuan