On Sun, 31 Jan 2016 03:58 pm, Veek. M wrote: > Is there some other nice way to wrap this stuff up?
The answer to "how do I wrap this stuff up?" is nearly always: - refactor your code so you don't need to; - subclass and extend the method; - write a function; - write a delegate class. Pick whichever is more relevant to your specific situation. -- Steven -- https://mail.python.org/mailman/listinfo/python-list