appobject.py
branchstable
changeset 5306 763319a51e72
parent 5147 70181998897f
child 5315 2c23d2fd3b51
equal deleted inserted replaced
5305:d98fccb0da7f 5306:763319a51e72
     1 # :organization: Logilab
     1 # :organization: Logilab
     2 # :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     2 # :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     3 # :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 # :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     4 # :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     4 # :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     5 """
     5 """
       
     6 .. _appobject:
       
     7 
     6 The `AppObject` class
     8 The `AppObject` class
     7 ---------------------
     9 ---------------------
     8 
    10 
     9 The AppObject class is the base class for all dynamically loaded objects
    11 The AppObject class is the base class for all dynamically loaded objects
    10 (application objects) accessible through the vregistry.
    12 (application objects) accessible through the vregistry.