vregistry.py
branchstable
changeset 6661 1719137de7da
parent 6386 af296184efd6
child 6666 55a94beb521d
equal deleted inserted replaced
6659:6205927e927a 6661:1719137de7da
   478         """handle automatic appobject class registration:
   478         """handle automatic appobject class registration:
   479 
   479 
   480         - first ensure parent classes are already registered
   480         - first ensure parent classes are already registered
   481 
   481 
   482         - class with __abstract__ == True in their local dictionnary or
   482         - class with __abstract__ == True in their local dictionnary or
   483           with a name starting starting by an underscore are not registered
   483           with a name starting with an underscore are not registered
   484 
   484 
   485         - appobject class needs to have __registry__ and __regid__ attributes
   485         - appobject class needs to have __registry__ and __regid__ attributes
   486           set to a non empty string to be registered.
   486           set to a non empty string to be registered.
   487         """
   487         """
   488         # imported classes
   488         # imported classes