call ___repr___ code example Example: python __repr__ meaning >>>repr(y) "'a string'" >>>y2=eval(repr(y)) >>>y==y2 True