Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h62 PyObject *FunctionType_type; member
/third_party/python/Python/
H A DPython-ast.c75 Py_CLEAR(state->FunctionType_type); in _PyAST_Fini()
1127 state->FunctionType_type = make_type(state, "FunctionType", in init_types()
1131 if (!state->FunctionType_type) return 0; in init_types()
3659 tp = (PyTypeObject *)state->FunctionType_type; in ast2obj_mod()
5650 tp = state->FunctionType_type; in obj2ast_mod()
11935 if (PyModule_AddObjectRef(m, "FunctionType", state->FunctionType_type) < 0) in astmodule_exec()

Completed in 15 milliseconds