Hello All,

Say I have a class like below

  class Town:
     state = StateClass()
     cities = CityClass()


Is there way to introspect such that one can list the properties keys and
their values in such a way that it would look like playing around
dictionary ?

Regards,
Janus
-- 
*Satajanus  Nig. Ltd


*
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to