__init__.py
changeset 2476 1294a6bdf3bf
parent 2458 4d114865098f
child 2647 b0a2e779845c
equal deleted inserted replaced
2475:b6753521129d 2476:1294a6bdf3bf
   196         return False
   196         return False
   197 
   197 
   198     # abstract methods to override according to the web front-end #############
   198     # abstract methods to override according to the web front-end #############
   199 
   199 
   200     def base_url(self):
   200     def base_url(self):
   201         """return the root url of the application"""
   201         """return the root url of the instance"""
   202         raise NotImplementedError
   202         raise NotImplementedError
   203 
   203 
   204     def decorate_rset(self, rset):
   204     def decorate_rset(self, rset):
   205         """add vreg/req (at least) attributes to the given result set """
   205         """add vreg/req (at least) attributes to the given result set """
   206         raise NotImplementedError
   206         raise NotImplementedError