Marko Rauhamaa <[email protected]> writes: > Ned Batchelder <[email protected]>: > >> I would find it much clearer to not use a nested class at all, and >> instead to pass the object into the constructor: > > Nested classes are excellent and expressing the state pattern <URL: > http://en.wikipedia.org/wiki/State_pattern>.
Do you have an example of state pattern using nested classes and python? With a quick look I didn't happen to find one in any language. -- https://mail.python.org/mailman/listinfo/python-list
