Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h67 PyObject *IfExp_type; member
/third_party/python/Python/
DPython-ast.c81 Py_CLEAR(state->IfExp_type); in _PyAST_Fini()
1352 state->IfExp_type = make_type(state, "IfExp", state->expr_type, in init_types()
1355 if (!state->IfExp_type) return 0; in init_types()
4263 tp = (PyTypeObject *)state->IfExp_type; in ast2obj_expr()
8197 tp = state->IfExp_type; in obj2ast_expr()
11732 if (PyModule_AddObjectRef(m, "IfExp", state->IfExp_type) < 0) { in astmodule_exec()