Home | History | Annotate | Download | only in Objects

Lines Matching defs:_PyObject_LengthHint

93 _PyObject_LengthHint(PyObject *o, Py_ssize_t defaultvalue)
2195 n = _PyObject_LengthHint(v, 10);