Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h125 PyObject *RShift_type; member
/third_party/python/Python/
H A DPython-ast.c138 Py_CLEAR(state->RShift_type); in _PyAST_Fini()
1565 state->RShift_type = make_type(state, "RShift", state->operator_type, NULL, in init_types()
1568 if (!state->RShift_type) return 0; in init_types()
1570 *)state->RShift_type, NULL, in init_types()
10034 isinstance = PyObject_IsInstance(obj, state->RShift_type); in obj2ast_operator()
12159 if (PyModule_AddObjectRef(m, "RShift", state->RShift_type) < 0) { in astmodule_exec()

Completed in 14 milliseconds