Searched refs:boolop_type (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 168 PyObject *boolop_type; member
|
/third_party/python/Python/ |
H A D | Python-ast.c | 181 Py_CLEAR(state->boolop_type); in _PyAST_Fini() 1492 state->boolop_type = make_type(state, "boolop", state->AST_type, NULL, 0, in init_types() 1494 if (!state->boolop_type) return 0; in init_types() 1495 if (!add_attributes(state, state->boolop_type, NULL, 0)) return 0; in init_types() 1496 state->And_type = make_type(state, "And", state->boolop_type, NULL, 0, in init_types() 1502 state->Or_type = make_type(state, "Or", state->boolop_type, NULL, 0, in init_types() 12123 if (PyModule_AddObjectRef(m, "boolop", state->boolop_type) < 0) { in astmodule_exec()
|
Completed in 18 milliseconds