>> def __init__(self, Inner=Inner):
    Steve> Ok, the Inner=Inner trick works. What the heck does that do, anyway?
    Steve> I've never seen that formulation.

Understanding that will put you on the path to scoping enlightenment.
Consider when that default assignment is established and how that might
differ from the assignment that occurs when __init__ is called.

Skip

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to