Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h47 PyObject *Dict_type; member
/third_party/python/Python/
DPython-ast.c61 Py_CLEAR(state->Dict_type); in _PyAST_Fini()
1356 state->Dict_type = make_type(state, "Dict", state->expr_type, Dict_fields, in init_types()
1359 if (!state->Dict_type) return 0; in init_types()
4283 tp = (PyTypeObject *)state->Dict_type; in ast2obj_expr()
8263 tp = state->Dict_type; in obj2ast_expr()
11735 if (PyModule_AddObjectRef(m, "Dict", state->Dict_type) < 0) { in astmodule_exec()