Dynamic creation of an object instance of a class by name

Diez B. Roggisch deetsNOSPAM at web.de
Wed Apr 7 11:10:03 EDT 2004


cn = 'A'
inst = eval('%s()' % cn)

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list