Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h142 PyObject *UnaryOp_type; member
/third_party/python/Python/
DPython-ast.c156 Py_CLEAR(state->UnaryOp_type); in _PyAST_Fini()
1344 state->UnaryOp_type = make_type(state, "UnaryOp", state->expr_type, in init_types()
1347 if (!state->UnaryOp_type) return 0; in init_types()
4233 tp = (PyTypeObject *)state->UnaryOp_type; in ast2obj_expr()
8101 tp = state->UnaryOp_type; in obj2ast_expr()
11726 if (PyModule_AddObjectRef(m, "UnaryOp", state->UnaryOp_type) < 0) { in astmodule_exec()