Hi, is it possible to instantiate a class with a variable. example
class foo:
def method(self):
pass
x='foo'
Can I use variable x value to create an instance of my class?
Thanks, John
--
http://mail.python.org/mailman/listinfo/python-list
