Home | History | Annotate | Download | only in Objects

Lines Matching full:o_ndigits

5014     PyObject *o_ndigits=NULL, *temp, *result, *ndigits;
5030 if (!PyArg_ParseTuple(args, "|O", &o_ndigits))
5032 if (o_ndigits == NULL)
5035 ndigits = PyNumber_Index(o_ndigits);