Home | History | Annotate | Download | only in Modules

Lines Matching refs:parse_int

25     PyObject *parse_int;
35 {"parse_int", T_OBJECT, offsetof(PyScannerObject, parse_int), READONLY, "parse_int"},
677 Py_VISIT(s->parse_int);
692 Py_CLEAR(s->parse_int);
945 May return other types if parse_int or parse_float are set
1016 else if (!is_float && s->parse_int != (PyObject *) &PyLong_Type)
1017 custom_func = s->parse_int;
1212 s->parse_int = NULL;
1251 s->parse_int = PyObject_GetAttrString(ctx, "parse_int");
1252 if (s->parse_int == NULL)
1265 Py_CLEAR(s->parse_int);