Home
last modified time | relevance | path

Searched refs:Load_singleton (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_ast_state.h88 PyObject *Load_singleton; member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast_state.h88 PyObject *Load_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast_state.h88 PyObject *Load_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast_state.h88 PyObject *Load_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast_state.h88 PyObject *Load_singleton; member
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c274 static PyObject *Load_singleton, *Store_singleton, *Del_singleton, variable
792 Load_singleton = PyType_GenericNew(Load_type, NULL, NULL); in init_types()
793 if (!Load_singleton) return 0; in init_types()
2936 Py_INCREF(Load_singleton); in ast2obj_expr_context()
2937 return Load_singleton; in ast2obj_expr_context()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c101 Py_CLEAR(state->Load_singleton); in _PyAST_Fini()
1476 state->Load_singleton = PyType_GenericNew((PyTypeObject *)state->Load_type, in init_types()
1478 if (!state->Load_singleton) return 0; in init_types()
4735 Py_INCREF(state->Load_singleton); in ast2obj_expr_context()
4736 return state->Load_singleton; in ast2obj_expr_context()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi5309 …<var-decl name='Load_singleton' type-id='type-id-14' visibility='default' filepath='./Include/inte…