Lines Matching defs:argc
212 Py_ssize_t argc;
217 argc = PyTuple_GET_SIZE(args);
218 if (argc < 1) {
242 args = PyTuple_GetSlice(args, 1, argc);
257 Py_ssize_t argc;
262 argc = PyTuple_GET_SIZE(args);
263 if (argc < 1) {
294 args = PyTuple_GetSlice(args, 1, argc);
308 Py_ssize_t argc;
313 argc = PyTuple_GET_SIZE(args);
314 if (argc < 1) {
338 args = PyTuple_GetSlice(args, 1, argc);