Esempio n. 1
0
 def do_copy(self, new_ids=False, id_scope=None, id_remap=None):
     cp = _DBAbstraction.do_copy(self, new_ids, id_scope, id_remap)
     cp.__class__ = DBAbstraction
     # need to go through and reset the index to the copied objects
     cp.idScope = copy.copy(self.idScope)
     return cp
Esempio n. 2
0
 def do_copy(self, new_ids=False, id_scope=None, id_remap=None):
     cp = _DBAbstraction.do_copy(self, new_ids, id_scope, id_remap)
     cp.__class__ = DBAbstraction
     # need to go through and reset the index to the copied objects
     cp.idScope = copy.copy(self.idScope)
     return cp