Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c1055 Py_ssize_t lenargs = PyTuple_GET_SIZE(args); in SyntaxError_init() local
1060 if (lenargs >= 1) { in SyntaxError_init()
1064 if (lenargs == 2) { in SyntaxError_init()