Searched refs:nspec (Results 1 – 1 of 1) sorted by relevance
505 Py_ssize_t nspec = PyTuple_Size(parsedargs.spec); in encodeValue() local506 if (nspec == -1) { in encodeValue()515 for (Py_ssize_t i = 0; i < nspec; i++) { in encodeValue()