dbapi.py
branchstable
changeset 3713 a090324efefe
parent 3707 78596919ede3
child 3720 5376aaadd16b
child 3832 ce8dd861f442
equal deleted inserted replaced
3712:4b8d7838d74d 3713:a090324efefe
   444         if self._closed is not None:
   444         if self._closed is not None:
   445             raise ProgrammingError('Closed connection')
   445             raise ProgrammingError('Closed connection')
   446         return self._repo.get_schema()
   446         return self._repo.get_schema()
   447 
   447 
   448     def load_appobjects(self, cubes=_MARKER, subpath=None, expand=True,
   448     def load_appobjects(self, cubes=_MARKER, subpath=None, expand=True,
   449                       force_reload=None):
   449                         force_reload=None):
   450         config = self.vreg.config
   450         config = self.vreg.config
   451         if cubes is _MARKER:
   451         if cubes is _MARKER:
   452             cubes = self._repo.get_cubes()
   452             cubes = self._repo.get_cubes()
   453         elif cubes is None:
   453         elif cubes is None:
   454             cubes = ()
   454             cubes = ()