vregistry.py
changeset 6666 55a94beb521d
parent 6428 de95bbed8781
parent 6661 1719137de7da
child 6872 23554151486c
equal deleted inserted replaced
6664:7b6acf314a7a 6666:55a94beb521d
   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