Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmain.c63 static char *usage_1 = "\ variable
130 fputs(usage_1, f); in usage()
/external/python/cpython3/Modules/
Dmain.c84 static const char usage_1[] = "\ variable
160 fputs(usage_1, f); in pymain_usage()