# HG changeset patch # User Thinker K.F. Li # Date 1294720528 -28800 # Node ID a8e01435e84ea1c708e6bcef28d8e82b39bd9d5a # Parent 0cb5979549be55ad18538df505649809a2512122 Add more doc for MBScene diff -r 0cb5979549be -r a8e01435e84e pyink/MBScene.py --- a/pyink/MBScene.py Tue Jan 11 12:33:58 2011 +0800 +++ b/pyink/MBScene.py Tue Jan 11 12:35:28 2011 +0800 @@ -43,6 +43,8 @@ # This method accepts user actions and involves domview_ui to update # data on the document. # +# This class is protected by \ref data_monitor, meta-class. +# class MBScene(object): __metaclass__ = data_monitor