req.py
changeset 7990 a673d1d9a738
parent 7914 fb757a7d887e
child 8238 087bb529035c
equal deleted inserted replaced
7989:db76e8aaec29 7990:a673d1d9a738
   422     # abstract methods to override according to the web front-end #############
   422     # abstract methods to override according to the web front-end #############
   423 
   423 
   424     def describe(self, eid, asdict=False):
   424     def describe(self, eid, asdict=False):
   425         """return a tuple (type, sourceuri, extid) for the entity with id <eid>"""
   425         """return a tuple (type, sourceuri, extid) for the entity with id <eid>"""
   426         raise NotImplementedError
   426         raise NotImplementedError
   427 
       
   428     @property
       
   429     @deprecated('[3.6] use _cw.vreg.config')
       
   430     def config(self):
       
   431         return self.vreg.config
       
   432 
       
   433     @property
       
   434     @deprecated('[3.6] use _cw.vreg.schema')
       
   435     def schema(self):
       
   436         return self.vreg.schema