Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h23 PyObject *AsyncFor_type; member
/third_party/python/Python/
DPython-ast.c37 Py_CLEAR(state->AsyncFor_type); in _PyAST_Fini()
1215 state->AsyncFor_type = make_type(state, "AsyncFor", state->stmt_type, in init_types()
1218 if (!state->AsyncFor_type) return 0; in init_types()
1219 if (PyObject_SetAttr(state->AsyncFor_type, state->type_comment, Py_None) == in init_types()
3877 tp = (PyTypeObject *)state->AsyncFor_type; in ast2obj_stmt()
6630 tp = state->AsyncFor_type; in obj2ast_stmt()
11663 if (PyModule_AddObjectRef(m, "AsyncFor", state->AsyncFor_type) < 0) { in astmodule_exec()