Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_code.h261 extern int _PyStaticCode_InternStrings(PyCodeObject *co);
/third_party/python/Objects/
Dcodeobject.c2222 _PyStaticCode_InternStrings(PyCodeObject *co) in _PyStaticCode_InternStrings() function