Iamsanjaymalakar
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created PyCallExpression#multiResolveCallee giving wrong results.
AnsweredExample: class Z: def __init__(self): self.z = 'from Zs constructor' print('from Zs constructor')class A(Z): def __init__(self): super().__init__() self.a = 'from ...