Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h144 PyObject *USub_type; member
/third_party/python/Python/
H A DPython-ast.c157 Py_CLEAR(state->USub_type); in _PyAST_Fini()
1627 state->USub_type = make_type(state, "USub", state->unaryop_type, NULL, 0, in init_types()
1629 if (!state->USub_type) return 0; in init_types()
1630 state->USub_singleton = PyType_GenericNew((PyTypeObject *)state->USub_type, in init_types()
10109 isinstance = PyObject_IsInstance(obj, state->USub_type); in obj2ast_unaryop()
12186 if (PyModule_AddObjectRef(m, "USub", state->USub_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds