Home | History | Annotate | Download | only in Python

Lines Matching full:o_ndigits

2167     PyObject *o_ndigits = NULL;

2172 kwlist, &x, &o_ndigits))
2175 if (o_ndigits == NULL) {
2181 ndigits = PyNumber_AsSsize_t(o_ndigits, NULL);