Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h38 PyObject *Call_type; member
/third_party/python/Python/
DPython-ast.c52 Py_CLEAR(state->Call_type); in _PyAST_Fini()
1398 state->Call_type = make_type(state, "Call", state->expr_type, Call_fields, in init_types()
1401 if (!state->Call_type) return 0; in init_types()
4434 tp = (PyTypeObject *)state->Call_type; in ast2obj_expr()
8887 tp = state->Call_type; in obj2ast_expr()
11766 if (PyModule_AddObjectRef(m, "Call", state->Call_type) < 0) { in astmodule_exec()