Home
last modified time | relevance | path

Searched refs:JoinedStr_type (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ast_state.h84 PyObject *JoinedStr_type; member
/external/python/cpython3/Python/
DPython-ast.c103 Py_CLEAR(state->JoinedStr_type); in _PyAST_Fini()
3215 cond = PyObject_SetAttrString(state->JoinedStr_type, "_field_types", in add_ast_annotations()
3221 cond = PyObject_SetAttrString(state->JoinedStr_type, "__annotations__", in add_ast_annotations()
5879 state->JoinedStr_type = make_type(state, "JoinedStr", state->expr_type, in init_types()
5882 if (!state->JoinedStr_type) return -1; in init_types()
9225 tp = (PyTypeObject *)state->JoinedStr_type; in ast2obj_expr()
14380 tp = state->JoinedStr_type; in obj2ast_expr()
17381 if (PyModule_AddObjectRef(m, "JoinedStr", state->JoinedStr_type) < 0) { in astmodule_exec()
/external/python/cpython3/Doc/data/
Dpython3.13.abi15843 …<var-decl name='JoinedStr_type' type-id='type-id-4' visibility='default' filepath='./Include/inter…