Lines Matching refs:_keywords

29     static const char * const _keywords[] = {"loop", NULL};
30 static _PyArg_Parser _parser = {NULL, _keywords, "Future", 0};
142 static const char * const _keywords[] = {"", "context", NULL};
143 static _PyArg_Parser _parser = {NULL, _keywords, "add_done_callback", 0};
196 static const char * const _keywords[] = {"msg", NULL};
197 static _PyArg_Parser _parser = {NULL, _keywords, "cancel", 0};
309 static const char * const _keywords[] = {"coro", "loop", "name", "context", NULL};
310 static _PyArg_Parser _parser = {NULL, _keywords, "Task", 0};
404 static const char * const _keywords[] = {"msg", NULL};
405 static _PyArg_Parser _parser = {NULL, _keywords, "cancel", 0};
503 static const char * const _keywords[] = {"limit", NULL};
504 static _PyArg_Parser _parser = {NULL, _keywords, "get_stack", 0};
547 static const char * const _keywords[] = {"limit", "file", NULL};
548 static _PyArg_Parser _parser = {NULL, _keywords, "print_stack", 0};
706 static const char * const _keywords[] = {"stacklevel", NULL};
707 static _PyArg_Parser _parser = {NULL, _keywords, "_get_event_loop", 0};
768 static const char * const _keywords[] = {"task", NULL};
769 static _PyArg_Parser _parser = {NULL, _keywords, "_register_task", 0};
802 static const char * const _keywords[] = {"task", NULL};
803 static _PyArg_Parser _parser = {NULL, _keywords, "_unregister_task", 0};
838 static const char * const _keywords[] = {"loop", "task", NULL};
839 static _PyArg_Parser _parser = {NULL, _keywords, "_enter_task", 0};
876 static const char * const _keywords[] = {"loop", "task", NULL};
877 static _PyArg_Parser _parser = {NULL, _keywords, "_leave_task", 0};