Lines Matching defs:copy

465         context = context.copy()
472 """Return a context manager for a copy of the supplied context
474 Uses a copy of the current context if no context is specified
1103 """Returns a copy with the sign switched.
1125 """Returns a copy, unless it is a sNaN.
2484 # create a copy of the current context, with cleared flags/traps
2485 newcontext = context.copy()
3030 """Returns a copy with the sign set to 0. """
3034 """Returns a copy with the sign inverted."""
3522 context = context.copy()
3545 context = context.copy()
3560 numerically equal, then the result is a copy of self with the
3647 """Returns a rotated copy of self, value-of-other times."""
3705 """Returns a shifted copy of self, value-of-other times."""
3742 # Support for pickling, copy, and deepcopy
3871 Sets a copy of the supplied context in __enter__() and restores
3875 self.new_context = new_context.copy()
3925 self.traps = dc.traps.copy()
3991 # Support for pickling, copy, and deepcopy
4023 """Returns a shallow copy from self."""
4029 def copy(self):
4030 """Returns a deep copy from self."""
4033 self.flags.copy(), self.traps.copy(),
4036 __copy__ = copy
4095 context = context.copy()
4310 """Returns a copy of the operand with the sign set to 0.
4323 """Returns a copy of the decimal object.
4336 """Returns a copy of the operand with the sign inverted.
4351 In detail, it returns a copy of the first operand with the sign
4456 >>> c = ExtendedContext.copy()
4570 >>> c = ExtendedContext.copy()
4640 >>> c = ExtendedContext.copy()
4679 >>> c = ExtendedContext.copy()
4701 >>> c = ExtendedContext.copy()
4992 >>> c = ExtendedContext.copy()
5012 >>> c = ExtendedContext.copy()
5037 >>> c = ExtendedContext.copy()
5103 >>> c = ExtendedContext.copy()
5177 >>> c = ExtendedContext.copy()
5374 """Returns a rotated copy of a, b times.
5376 The coefficient of the result is a rotated copy of the digits in
5446 """Returns a shifted copy of a, b times.
5448 The coefficient of the result is a shifted copy of the digits