Package twisted :: Package test :: Module test_woven :: Class MDemo
[show private | hide private]
[frames | no frames]

Class MDemo

Model --+
        |
       MDemo


Method Summary
  __init__(self, *args, **kwargs)
(inherited from Model)
  __cmp__(self, other)
(inherited from Model)
  __getstate__(self)
(inherited from Model)
  addSubview(self, name, subview)
(inherited from Model)
  addView(self, view)
Add a view for the model to keep track of. (inherited from Model)
  getData(self)
(inherited from Model)
  getSubmodel(self, name)
Get the submodel `name' of this model. (inherited from Model)
  initialize(self, *args, **kwargs)
Hook for subclasses to initialize themselves without having to mess with the __init__ chain. (inherited from Model)
  lookupSubmodel(self, submodelName)
Look up a full submodel name. (inherited from Model)
  notify(self, changed)
Notify all views that something was changed on me. (inherited from Model)
  removeView(self, view)
Remove a view that the model no longer should keep track of. (inherited from Model)
  setData(self, data)
(inherited from Model)
  setSubmodel(self, name, value)
Set a submodel on this model. (inherited from Model)
  submodelCheck(self, name)
Check if a submodel name is allowed. (inherited from Model)
  submodelFactory(self, name)
(inherited from Model)

Class Variable Summary
str color
str foo

Class Variable Details

color

Type:
str
Value:
'blue'                                                                 

foo

Type:
str
Value:
'Hello world'                                                          

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:21 2003 http://epydoc.sf.net