Searched refs:lenargs (Results 1 – 1 of 1) sorted by relevance
1055 Py_ssize_t lenargs = PyTuple_GET_SIZE(args); in SyntaxError_init() local1060 if (lenargs >= 1) { in SyntaxError_init()1064 if (lenargs == 2) { in SyntaxError_init()