Can anyone tell me if there is a way in python that I can implement a factory function which takes as input a string ClassName and returns an object of type ClassName? -- http://mail.python.org/mailman/listinfo/python-list
- Smart factory class kramer31
- Re: Smart factory class Arnaud Delobelle
- Re: Smart factory class Gabriel Genellina