Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h82 PyObject *LShift_type; member
/third_party/python/Python/
DPython-ast.c96 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()