Hi, Is there a python command that allows me to extract the names (not values) of the attributes of a class.
example
Class Sample:
fullname = 'Something'
How can I know that this class has an attribute called 'fullname'?
I hope my question is clear.
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
