[Python-Dev] __subclasses__() return order

Simon Cross hodgestar+pythondev at gmail.com
Mon May 27 00:45:03 CEST 2013


I've used __subclasses__ as an easy way to register components by
sub-classing a base component. I didn't rely on the ordering. I guess
the current order depends on the order in which modules are imported
and so is pretty fragile anyway?


More information about the Python-Dev mailing list