Exemplo n.º 1
0
 def __sizeof__(self):
     return XplHlpPlugin.__sizeof__(self) + sum(sys.getsizeof(v) for v in self.__dict__.values())