Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h246 PyObject *unaryop_type; member
/third_party/python/Python/
H A DPython-ast.c259 Py_CLEAR(state->unaryop_type); in _PyAST_Fini()
1603 state->unaryop_type = make_type(state, "unaryop", state->AST_type, NULL, 0, in init_types()
1605 if (!state->unaryop_type) return 0; in init_types()
1606 if (!add_attributes(state, state->unaryop_type, NULL, 0)) return 0; in init_types()
1607 state->Invert_type = make_type(state, "Invert", state->unaryop_type, NULL, in init_types()
1615 state->Not_type = make_type(state, "Not", state->unaryop_type, NULL, 0, in init_types()
1621 state->UAdd_type = make_type(state, "UAdd", state->unaryop_type, NULL, 0, in init_types()
1627 state->USub_type = make_type(state, "USub", state->unaryop_type, NULL, 0, in init_types()
12174 if (PyModule_AddObjectRef(m, "unaryop", state->unaryop_type) < 0) { in astmodule_exec()

Completed in 18 milliseconds