Hello everybody, Is there an easy way to do something like this in python ?
>>> red_car = MyVehicleClass() >>> car = red_car >>> car.labels() ['red_car' , 'car' ] In other words, does an instance has access to its name pointers ? Thanks in advance, Rayene
-- http://mail.python.org/mailman/listinfo/python-list