Home | History | Annotate | Download | only in Python

Lines Matching full:o_ndigits

2178     PyObject *o_ndigits = NULL;
2183 kwlist, &x, &o_ndigits))
2186 if (o_ndigits == NULL) {
2192 ndigits = PyNumber_AsSsize_t(o_ndigits, NULL);