Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h142 PyObject *UAdd_type; member
/third_party/python/Python/
H A DPython-ast.c155 Py_CLEAR(state->UAdd_type); in _PyAST_Fini()
1621 state->UAdd_type = make_type(state, "UAdd", state->unaryop_type, NULL, 0, in init_types()
1623 if (!state->UAdd_type) return 0; in init_types()
1624 state->UAdd_singleton = PyType_GenericNew((PyTypeObject *)state->UAdd_type, in init_types()
10101 isinstance = PyObject_IsInstance(obj, state->UAdd_type); in obj2ast_unaryop()
12183 if (PyModule_AddObjectRef(m, "UAdd", state->UAdd_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds