cls: defining_class
-Return a duplicate of the context with all flags cleared.
+Return a duplicate of the context.
[clinic start generated code]*/
static PyObject *
_decimal_Context_copy_impl(PyObject *self, PyTypeObject *cls)
-/*[clinic end generated code: output=31c9c8eeb0c0cf77 input=aef1c0bddabdf8f0]*/
+/*[clinic end generated code: output=31c9c8eeb0c0cf77 input=87f8b92b1c7462a5]*/
{
decimal_state *state = PyType_GetModuleState(cls);
"copy($self, /)\n"
"--\n"
"\n"
-"Return a duplicate of the context with all flags cleared.");
+"Return a duplicate of the context.");
#define _DECIMAL_CONTEXT_COPY_METHODDEF \
{"copy", _PyCFunction_CAST(_decimal_Context_copy), METH_METHOD|METH_FASTCALL|METH_KEYWORDS, _decimal_Context_copy__doc__},
#ifndef _DECIMAL_CONTEXT_APPLY_METHODDEF
#define _DECIMAL_CONTEXT_APPLY_METHODDEF
#endif /* !defined(_DECIMAL_CONTEXT_APPLY_METHODDEF) */
-/*[clinic end generated code: output=07ec694c7fd6b048 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=718b1f6c20412350 input=a9049054013a1b77]*/