Searched refs:Subscript_type (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_ast_state.h | 134 PyObject *Subscript_type; member
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 252 static PyTypeObject *Subscript_type; variable 779 Subscript_type = make_type("Subscript", expr_type, Subscript_fields, 3); in init_types() 780 if (!Subscript_type) return 0; in init_types() 2854 result = PyType_GenericNew(Subscript_type, NULL, NULL); in ast2obj_expr() 5722 isinstance = PyObject_IsInstance(obj, (PyObject*)Subscript_type); in obj2ast_expr() 6845 if (PyDict_SetItemString(d, "Subscript", (PyObject*)Subscript_type) < in init_ast()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 148 Py_CLEAR(state->Subscript_type); in _PyAST_Fini() 1424 state->Subscript_type = make_type(state, "Subscript", state->expr_type, in init_types() 1427 if (!state->Subscript_type) return 0; in init_types() 4521 tp = (PyTypeObject *)state->Subscript_type; in ast2obj_expr() 9224 tp = state->Subscript_type; in obj2ast_expr() 11782 if (PyModule_AddObjectRef(m, "Subscript", state->Subscript_type) < 0) { in astmodule_exec()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 6572 …<var-decl name='Subscript_type' type-id='type-id-16' visibility='default' filepath='./Include/inte…
|