Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h82 PyObject *JoinedStr_type; member
/third_party/python/Python/
H A DPython-ast.c95 Py_CLEAR(state->JoinedStr_type); in _PyAST_Fini()
1423 state->JoinedStr_type = make_type(state, "JoinedStr", state->expr_type, in init_types()
1426 if (!state->JoinedStr_type) return 0; in init_types()
4557 tp = (PyTypeObject *)state->JoinedStr_type; in ast2obj_expr()
9367 tp = state->JoinedStr_type; in obj2ast_expr()
12083 if (PyModule_AddObjectRef(m, "JoinedStr", state->JoinedStr_type) < 0) { in astmodule_exec()

Completed in 16 milliseconds