Home
last modified time | relevance | path

Searched defs:_PyOpcache (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_code.h13 struct _PyOpcache { struct
15 _PyOpcache_LoadGlobal lg; argument
16 } u;
17 char optimized;
/external/python/cpython3/Include/cpython/
Dcode.h15 typedef struct _PyOpcache _PyOpcache; typedef