Home
last modified time | relevance | path

Searched refs:_PyCode_GetVarnames (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dsuggestions.c227 PyObject *varnames = _PyCode_GetVarnames(code); in offer_suggestions_for_name_error()
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c1413 _PyCode_GetVarnames(PyCodeObject *co) in _PyCode_GetVarnames() function
1421 return _PyCode_GetVarnames(code); in PyCode_GetVarnames()
1817 return _PyCode_GetVarnames(code); in code_getvarnames()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_code.h217 extern PyObject* _PyCode_GetVarnames(PyCodeObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_code.h217 extern PyObject* _PyCode_GetVarnames(PyCodeObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_code.h217 extern PyObject* _PyCode_GetVarnames(PyCodeObject *);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_code.h217 extern PyObject* _PyCode_GetVarnames(PyCodeObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_code.h217 extern PyObject* _PyCode_GetVarnames(PyCodeObject *);