Re: Getting al classes inside a package

2007-12-17 Thread Gabriel Genellina
En Mon, 17 Dec 2007 14:20:38 -0300, Matias Surdi <[EMAIL PROTECTED]> escribió: > How can I get all the clasess inside a package (including it > subpackages) ? > > for example, I have a package with classes A and B and with a subpackage > wichs has class C. > > How can I get a list (and a path)

Getting al classes inside a package

2007-12-17 Thread Matias Surdi
How can I get all the clasess inside a package (including it subpackages) ? for example, I have a package with classes A and B and with a subpackage wichs has class C. How can I get a list (and a path) of the classes that exists under the root package ? Thanks a lot! -- http://mail.python.o