My class is defined as the following:
class A: def __init__(self, n): self.n = n def methodA(self): print("methodA")