[Twisted-Python] Woven and submodelling through deferreds

Syver Enstad syver at inout.no
Wed Aug 6 05:47:12 EDT 2003


I found a bug by the way:

At line: 176 in lookupSubmodel
                if isinstance(currentModel, defer.Deferred):
                    currentModel.addCallback(adaptToIModel,
                                             element, parentModel)
                    return currentModel

The variable parentModel is not defined.





More information about the Twisted-Python mailing list