Searched refs:INIT_STR (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_runtime_init.h | 113 #define INIT_STR(NAME, LITERAL) \ macro 655 INIT_STR(anon_dictcomp, "<dictcomp>"), \ 656 INIT_STR(anon_genexpr, "<genexpr>"), \ 657 INIT_STR(anon_lambda, "<lambda>"), \ 658 INIT_STR(anon_listcomp, "<listcomp>"), \ 659 INIT_STR(anon_module, "<module>"), \ 660 INIT_STR(anon_setcomp, "<setcomp>"), \ 661 INIT_STR(anon_string, "<string>"), \ 662 INIT_STR(anon_unknown, "<unknown>"), \ 663 INIT_STR(close_b [all...] |
Completed in 1 milliseconds