In this (test) code:
class Test(object): def __init__(self,val): self.val=val def returnVal(self): print(self.val) dict = {} dic