Leopold Toetsch wrote: > ...Folks are creating custom object.build > methods, which after __init was called, initialize the object more.
Yes, I'm doing this at the moment. It's workable but has the overhead of an extra method call. > ... Above scheme (a function call with > standardized name) also works with class integer IDs (and class name > strings, when implemented). It saves plenty of time on the class > lookup, when called with integer IDs. Sounds very good to me. Regards, Roger Browne