Package advene :: Package model :: Module viewable
[hide private]
[frames] | no frames]

Module viewable

source code

Classes [hide private]
  TypedUnicode
Unicode string with a mimetype attribute.
  TypedString
String with a mimetype attribute.
  Viewable
A viewable is an object on which advene Views can be applied.
  GenericViewable
  GenericViewableList
Functions [hide private]
 
getSystemDefaultView() source code
 
setSystemDefaultView(v) source code
Variables [hide private]
  __system_default_view = cStringIO.StringIO("""<!-- ADVENE DEFA...
Variables Details [hide private]

__system_default_view

Value:
cStringIO.StringIO("""<!-- ADVENE DEFAULT VIEW-->
<span tal:replace='here'>the object</span>""".encode('utf-8'))