Searched refs:LShift_type (Results 1 – 2 of 2) sorted by relevance
82 PyObject *LShift_type; member
96 Py_CLEAR(state->LShift_type); in _PyAST_Fini()1544 state->LShift_type = make_type(state, "LShift", state->operator_type, NULL, in init_types()1547 if (!state->LShift_type) return 0; in init_types()1549 *)state->LShift_type, NULL, in init_types()9719 isinstance = PyObject_IsInstance(obj, state->LShift_type); in obj2ast_operator()11846 if (PyModule_AddObjectRef(m, "LShift", state->LShift_type) < 0) { in astmodule_exec()