[Python-Dev] subclasses() return order (original) (raw)
Simon Cross hodgestar+pythondev at gmail.com
Mon May 27 00:45:03 CEST 2013
- Previous message: [Python-Dev] __subclasses__() return order
- Next message: [Python-Dev] PEP 8 and function names
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message: [Python-Dev] __subclasses__() return order
- Next message: [Python-Dev] PEP 8 and function names
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]