dbapi.py
branchstable
changeset 6312 b6c2b81e49ec
parent 6308 c151c730a1ac
child 6333 e3994fcc21c3
equal deleted inserted replaced
6311:afd6a9e45489 6312:b6c2b81e49ec
   640 
   640 
   641     @check_not_closed
   641     @check_not_closed
   642     def get_option_value(self, option, foreid=None):
   642     def get_option_value(self, option, foreid=None):
   643         """Return the value for `option` in the configuration. If `foreid` is
   643         """Return the value for `option` in the configuration. If `foreid` is
   644         specified, the actual repository to which this entity belongs is
   644         specified, the actual repository to which this entity belongs is
   645         derefenced and the option value retrieved from it.
   645         dereferenced and the option value retrieved from it.
   646         """
   646         """
   647         return self._repo.get_option_value(option, foreid)
   647         return self._repo.get_option_value(option, foreid)
   648 
   648 
   649     @check_not_closed
   649     @check_not_closed
   650     def describe(self, eid):
   650     def describe(self, eid):