Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h141 PyObject *USub_type; member
/third_party/python/Python/
DPython-ast.c155 Py_CLEAR(state->USub_type); in _PyAST_Fini()
1614 state->USub_type = make_type(state, "USub", state->unaryop_type, NULL, 0, in init_types()
1616 if (!state->USub_type) return 0; in init_types()
1617 state->USub_singleton = PyType_GenericNew((PyTypeObject *)state->USub_type, in init_types()
9802 isinstance = PyObject_IsInstance(obj, state->USub_type); in obj2ast_unaryop()
11876 if (PyModule_AddObjectRef(m, "USub", state->USub_type) < 0) { in astmodule_exec()