Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h49 PyObject *Dict_type; member
/third_party/python/Python/
H A DPython-ast.c62 Py_CLEAR(state->Dict_type); in _PyAST_Fini()
1369 state->Dict_type = make_type(state, "Dict", state->expr_type, Dict_fields, in init_types()
1372 if (!state->Dict_type) return 0; in init_types()
4365 tp = (PyTypeObject *)state->Dict_type; in ast2obj_expr()
8570 tp = state->Dict_type; in obj2ast_expr()
12045 if (PyModule_AddObjectRef(m, "Dict", state->Dict_type) < 0) { in astmodule_exec()

Completed in 14 milliseconds