Home
last modified time | relevance | path

Searched refs:get_argc (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Programs/
H A D_testembed.c1826 int get_argc; in test_get_argc_argv() local
1828 Py_GetArgcArgv(&get_argc, &get_argv); in test_get_argc_argv()
1829 printf("argc: %i\n", get_argc); in test_get_argc_argv()
1830 assert(get_argc == Py_ARRAY_LENGTH(argv)); in test_get_argc_argv()
1831 for (int i=0; i < get_argc; i++) { in test_get_argc_argv()

Completed in 3 milliseconds