Lines Matching full:listcount
2325 listcount(PyListObject *self, PyObject *v)2523 {"count", (PyCFunction)listcount, METH_O, count_doc},