Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsuggestions.c227 PyObject *varnames = _PyCode_GetVarnames(code); in offer_suggestions_for_name_error()
/third_party/python/Include/internal/
Dpycore_code.h217 extern PyObject* _PyCode_GetVarnames(PyCodeObject *);
/third_party/python/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()