Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h70 PyObject *If_type; member
/third_party/python/Python/
H A DPython-ast.c83 Py_CLEAR(state->If_type); in _PyAST_Fini()
1235 state->If_type = make_type(state, "If", state->stmt_type, If_fields, 3, in init_types()
1237 if (!state->If_type) return 0; in init_types()
3977 tp = (PyTypeObject *)state->If_type; in ast2obj_stmt()
7022 tp = state->If_type; in obj2ast_stmt()
11976 if (PyModule_AddObjectRef(m, "If", state->If_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds