Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcompile.h91 PyAPI_FUNC(int) PyCompile_OpcodeStackEffect(int opcode, int oparg);
/external/python/cpython3/Python/
Dcompile.c1132 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect() function