Lines Matching full:sizehintobj
1386 PyObject *sizehintobj = NULL, *r, *sr;1389 if (!PyArg_UnpackTuple(args, "readlines", 0, 1, &sizehintobj))1392 if (sizehintobj == Py_None || sizehintobj == NULL)1394 else if (PyInt_Check(sizehintobj))1395 sizehint = PyInt_AsSsize_t(sizehintobj);