Get path of a class

Florian Lindner Florian.Lindner at xgm.de
Sun Jan 8 08:54:58 EST 2006


Hello,
how can I get the path of a class. I managed to do it with

c.__module__ + "." + c.__name__

but I'm sure there is a better way.

Thanks,

Florian




More information about the Python-list mailing list