Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h110 PyObject *Nonlocal_type; member
/third_party/python/Python/
DPython-ast.c124 Py_CLEAR(state->Nonlocal_type); in _PyAST_Fini()
1279 state->Nonlocal_type = make_type(state, "Nonlocal", state->stmt_type, in init_types()
1282 if (!state->Nonlocal_type) return 0; in init_types()
4108 tp = (PyTypeObject *)state->Nonlocal_type; in ast2obj_stmt()
7711 tp = state->Nonlocal_type; in obj2ast_stmt()
11699 if (PyModule_AddObjectRef(m, "Nonlocal", state->Nonlocal_type) < 0) { in astmodule_exec()