Lines Matching defs:copy
31 import pickle, copy
104 C: C.getcontext().copy() if C else None,
105 P: P.getcontext().copy()
210 'copy':'copy_decimal',
722 nc = copy.copy(self.decimal.getcontext())
1832 c = copy.copy(d)
1834 dc = copy.deepcopy(d)
2195 d = copy.copy(d1)
2199 d = copy.deepcopy(d1)
3004 d = c.copy()
3648 # Use a copy of the current context in the block
3657 self.assertIsNot(orig_ctx, set_ctx, 'did not copy the context')
3661 # Use a copy of the supplied context in the block
3674 self.assertIsNot(new_ctx, set_ctx, 'did not copy the context')
3712 # Use a copy of the supplied context in the block
4098 savecontext = getcontext().copy()
4136 savecontext = getcontext().copy()
4171 c = DefaultContext.copy()
4398 c = self.decimal.DefaultContext.copy()
4707 c = DefaultContext.copy()
4928 c = DefaultContext.copy()
4975 d = c.flags.copy()
5115 c = DefaultContext.copy()
5148 c = DefaultContext.copy()
5365 c = DefaultContext.copy()
5399 d = c.flags.copy()
5405 d = c.traps.copy()