We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b757da commit 306980aCopy full SHA for 306980a
1 file changed
Modules/_decimal/docstrings.h
@@ -326,14 +326,6 @@ Return the square root of the argument to full precision. The result is\n\
326
correctly rounded using the ROUND_HALF_EVEN rounding mode.\n\
327
\n");
328
329
-PyDoc_STRVAR(doc_to_integral_value,
330
-"to_integral_value($self, /, rounding=None, context=None)\n--\n\n\
331
-Round to the nearest integer without signaling Inexact or Rounded. The\n\
332
-rounding mode is determined by the rounding parameter if given, else by\n\
333
-the given context. If neither parameter is given, then the rounding mode\n\
334
-of the current default context is used.\n\
335
-\n");
336
-
337
338
/******************************************************************************/
339
/* Context Object and Methods */
0 commit comments