Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dconfig.c73 extern PyObject* PyInit__opcode(void);
167 {"_opcode", PyInit__opcode},
/external/python/cpython3/Modules/
D_opcode.c75 PyInit__opcode(void) in PyInit__opcode() function