Home
last modified time | relevance | path

Searched refs:assoclenobj (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dsocketmodule.c4636 PyObject *assoclenobj = NULL; local
4660 &PyLong_Type, &assoclenobj, &flags)) {
4677 if (assoclenobj != NULL) {
4678 assoclen = _PyLong_AsInt(assoclenobj);