entity.py
changeset 7514 32081892850e
parent 7429 20ef21926774
parent 7509 c69dd872e5d7
child 7543 570522300e22
equal deleted inserted replaced
7497:7beb71d76d82 7514:32081892850e
   106     __select__ = yes()
   106     __select__ = yes()
   107 
   107 
   108     # class attributes that must be set in class definition
   108     # class attributes that must be set in class definition
   109     rest_attr = None
   109     rest_attr = None
   110     fetch_attrs = None
   110     fetch_attrs = None
   111     skip_copy_for = ('in_state',)
   111     skip_copy_for = ('in_state',) # XXX turn into a set
   112     # class attributes set automatically at registration time
   112     # class attributes set automatically at registration time
   113     e_schema = None
   113     e_schema = None
   114 
   114 
   115     @classmethod
   115     @classmethod
   116     def __initialize__(cls, schema):
   116     def __initialize__(cls, schema):