Dr. Dobb's Journal January 1999
modname = "..._type" # Remove the _type for the classname classname = modname[:-5] mod = dimport( modname ) obj = mod.__dict__[ classname ]()
Back to Article