Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h123 PyObject *RShift_type; member
/third_party/python/Python/
DPython-ast.c137 Py_CLEAR(state->RShift_type); in _PyAST_Fini()
1552 state->RShift_type = make_type(state, "RShift", state->operator_type, NULL, in init_types()
1555 if (!state->RShift_type) return 0; in init_types()
1557 *)state->RShift_type, NULL, in init_types()
9727 isinstance = PyObject_IsInstance(obj, state->RShift_type); in obj2ast_operator()
11849 if (PyModule_AddObjectRef(m, "RShift", state->RShift_type) < 0) { in astmodule_exec()