alias for data member of class instance?

Paul Rubin http
Mon Feb 5 15:11:14 EST 2007


"Sean McIlroy" <sean_mcilroy at yahoo.com> writes:
> 		self.y = ALIAS(self.x) ## FEASIBLE ?

The closest thing is probably to use @property.



More information about the Python-list mailing list