@@ -5084,14 +5084,18 @@ Test_an_metho_arg_named_arg_impl(TestObj *self, int arg)
50845084Test.__init__
50855085 *args: tuple
50865086
5087- Varargs init method. For example, nargs is translated to PyTuple_GET_SIZE.
5087+ Varargs init method.
5088+
5089+ For example, nargs is translated to PyTuple_GET_SIZE.
50885090[clinic start generated code]*/
50895091
50905092PyDoc_STRVAR (Test___init____doc__ ,
50915093"Test (* args )\n "
50925094"-- \n "
50935095"\n "
5094- "Varargs init method. For example, nargs is translated to PyTuple_GET_SIZE." );
5096+ "Varargs init method.\n"
5097+ "\n"
5098+ "For example, nargs is translated to PyTuple_GET_SIZE." );
50955099
50965100static int
50975101Test___init___impl (TestObj * self , PyObject * args );
@@ -5120,21 +5124,25 @@ Test___init__(PyObject *self, PyObject *args, PyObject *kwargs)
51205124
51215125static int
51225126Test___init___impl (TestObj * self , PyObject * args )
5123- /*[clinic end generated code: output=f172425cec373cd6 input=4b8388c4e6baab6f ]*/
5127+ /*[clinic end generated code: output=0e5836c40dbc2397 input=a615a4485c0fc3e2 ]*/
51245128
51255129/*[clinic input]
51265130@classmethod
51275131Test.__new__
51285132 *args: tuple
51295133
5130- Varargs new method. For example, nargs is translated to PyTuple_GET_SIZE.
5134+ Varargs new method.
5135+
5136+ For example, nargs is translated to PyTuple_GET_SIZE.
51315137[clinic start generated code]*/
51325138
51335139PyDoc_STRVAR (Test__doc__ ,
51345140"Test (* args )\n "
51355141"-- \n "
51365142"\n "
5137- "Varargs new method. For example, nargs is translated to PyTuple_GET_SIZE." );
5143+ "Varargs new method.\n"
5144+ "\n"
5145+ "For example, nargs is translated to PyTuple_GET_SIZE." );
51385146
51395147static PyObject *
51405148Test_impl (PyTypeObject * type , PyObject * args );
@@ -5162,7 +5170,7 @@ Test(PyTypeObject *type, PyObject *args, PyObject *kwargs)
51625170
51635171static PyObject *
51645172Test_impl (PyTypeObject * type , PyObject * args )
5165- /*[clinic end generated code: output=ee1e8892a67abd4a input=a8259521129cad20 ]*/
5173+ /*[clinic end generated code: output=e6fba0c8951882fd input=8ce30adb836aeacb ]*/
51665174
51675175
51685176/*[clinic input]
0 commit comments