Module t.w.w.model

Part of twisted.web.woven View Source

No module docstring
Class _Nothing Undocumented
Function adaptToIModel Undocumented
Class Model A Model which keeps track of views which are looking at it in order
Class MethodModel Look up submodels with wmfactory_* methods.
Class AttributeModel Look up submodels as attributes with hosts.allow/deny-style security.
Class Wrapper I'm a generic wrapper to provide limited interaction with the
Class ListModel I wrap a Python list and allow it to interact with the Woven
Class StringModel I wrap a Python string and allow it to interact with the Woven models
Class DictionaryModel I wrap a Python dictionary and allow it to interact with the Woven
Class AttributeWrapper I wrap an attribute named "name" of the given parent object.
Class ObjectWrapper I may wrap an object and allow it to interact with the Woven models
Class UnsafeObjectWrapper I may wrap an object and allow it to interact with the Woven models
Class DeferredWrapper No class docstring; 1/1 methods documented
Class Link Undocumented
def adaptToIModel(m, parent=None, submodel=None): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.