dbapi.py
branchstable
changeset 6257 7eb5f1aed728
parent 6252 d33509b79efe
child 6279 42079f752a9c
child 6308 c151c730a1ac
equal deleted inserted replaced
6256:da77d3f95079 6257:7eb5f1aed728
   637     def get_schema(self):
   637     def get_schema(self):
   638         """Return the schema currently used by the repository."""
   638         """Return the schema currently used by the repository."""
   639         return self._repo.get_schema()
   639         return self._repo.get_schema()
   640 
   640 
   641     @check_not_closed
   641     @check_not_closed
       
   642     def get_option_value(self, option):
       
   643         """return the value for `option` in the repository configuration."""
       
   644         return self._repo.get_option_value(option)
       
   645 
       
   646     @check_not_closed
   642     def describe(self, eid):
   647     def describe(self, eid):
   643         return self._repo.describe(self.sessionid, eid, **self._txid())
   648         return self._repo.describe(self.sessionid, eid, **self._txid())
   644 
   649 
   645     # db-api like interface ####################################################
   650     # db-api like interface ####################################################
   646 
   651