Searched refs:get_argc (Results 1 – 1 of 1) sorted by relevance
1626 int get_argc; in test_get_argc_argv() local1628 Py_GetArgcArgv(&get_argc, &get_argv); in test_get_argc_argv()1629 printf("argc: %i\n", get_argc); in test_get_argc_argv()1630 assert(get_argc == Py_ARRAY_LENGTH(argv)); in test_get_argc_argv()1631 for (int i=0; i < get_argc; i++) { in test_get_argc_argv()