Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h139 PyObject *UAdd_type; member
/third_party/python/Python/
DPython-ast.c153 Py_CLEAR(state->UAdd_type); in _PyAST_Fini()
1608 state->UAdd_type = make_type(state, "UAdd", state->unaryop_type, NULL, 0, in init_types()
1610 if (!state->UAdd_type) return 0; in init_types()
1611 state->UAdd_singleton = PyType_GenericNew((PyTypeObject *)state->UAdd_type, in init_types()
9794 isinstance = PyObject_IsInstance(obj, state->UAdd_type); in obj2ast_unaryop()
11873 if (PyModule_AddObjectRef(m, "UAdd", state->UAdd_type) < 0) { in astmodule_exec()